Skip to content

Commit

Permalink
Test some more.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed May 9, 2024
1 parent 01496ba commit 3ac43b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/gmp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ endif()
if(GMP_FOUND)
message(STATUS "Configured GMP: -I${GMP_INCLUDE_DIR} -L${GMP_LIBRARIES}")
else(GMP_FOUND)
if(NOT GMP_INCLUDE_DIR)
if(NOT EXISTS "/usr/include/gmp.h")
message(STATUS "Could NOT find GMP headers")
endif()
if(NOT GMP_LIBRARIES)
Expand Down

0 comments on commit 3ac43b7

Please sign in to comment.