Skip to content

Commit

Permalink
silenced cmake's message about e-antic
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed Sep 30, 2024
1 parent f583e60 commit 6cd9765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2/cmake/check-libraries.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ find_package(MPSolve 3.2.0)
find_package(Nauty 2.7.0)
find_package(Normaliz 3.8.0)
# TODO: add minimum version checks
find_package(EAntic 2.0.0)
find_package(EAntic 2.0.0 QUIET)
find_package(MSolve 0.7.0)
find_package(Frobby 0.9.0)
find_package(CDDLIB) # 0.94m?
Expand Down

0 comments on commit 6cd9765

Please sign in to comment.