Skip to content

Commit

Permalink
Update FindGMP.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Jul 9, 2024
1 parent 775b906 commit 4536277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmake/FindGMP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Copyright (c) 2016 Jack Poulson, <[email protected]>
# Redistribution and use is allowed according to the terms of the BSD license.

find_path(GMP_INCLUDES NAMES break-gmp.h PATHS $ENV{GMPDIR} ${INCLUDE_INSTALL_DIR})
find_path(GMP_INCLUDES NAMES gmp.h PATHS $ENV{GMPDIR} ${INCLUDE_INSTALL_DIR})

# Set GMP_FIND_VERSION to 5.1.0 if no minimum version is specified
if(NOT GMP_FIND_VERSION)
Expand Down

0 comments on commit 4536277

Please sign in to comment.