From 4536277fdd5937c840be24e5bda0cb1df95ede8e Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Tue, 9 Jul 2024 15:35:21 -0400 Subject: [PATCH] Update FindGMP.cmake --- src/cmake/FindGMP.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmake/FindGMP.cmake b/src/cmake/FindGMP.cmake index f5ba230d..96d4a55e 100644 --- a/src/cmake/FindGMP.cmake +++ b/src/cmake/FindGMP.cmake @@ -15,7 +15,7 @@ # Copyright (c) 2016 Jack Poulson, # 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)