Skip to content

Commit

Permalink
Reduce details.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed May 9, 2024
1 parent a7404b5 commit a09e4d5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions cmake/gmp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,7 @@ endif()
if(GMP_FOUND)
message(STATUS "Configured GMP: -I${GMP_INCLUDE_DIR} -L${GMP_LIBRARIES}")
else(GMP_FOUND)
if(NOT EXISTS "/usr/include/gmp.h")
message(STATUS "Could NOT find GMP headers")
endif()
if(NOT EXISTS "/mingw64/include/gmp.h")
message(STATUS "Could NOT find GMP headers")
endif()
if(NOT GMP_LIBRARIES)
message(STATUS "Could NOT find GMP library")
endif()
message(STATUS "Could NOT find GMP!")
endif(GMP_FOUND)

mark_as_advanced(GMP_INCLUDE_DIR GMP_LIBRARIES)

0 comments on commit a09e4d5

Please sign in to comment.