gnu: catch-framework2: Rename variable to catch2.

Automated with:

    git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i
This commit is contained in:
Maxim Cournoyer 2022-09-15 20:08:21 -04:00
parent f7a12f9224
commit b736af1824
No known key found for this signature in database
GPG key ID: 1260E46482E63562
15 changed files with 19 additions and 19 deletions

View file

@ -3218,7 +3218,7 @@ perform various useful functions such as:
;; with all of these.
(inputs
`(("boost" ,boost)
("catch2" ,catch-framework2)
("catch2" ,catch2)
("cgal" ,cgal)
("eigen" ,eigen)
("embree" ,embree)