From fab13be0c23da3cdf11f9d34741f7f28f317fd6b Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Tue, 9 Jul 2024 15:05:18 -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 96d4a55e..f5ba230d 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 gmp.h PATHS $ENV{GMPDIR} ${INCLUDE_INSTALL_DIR}) +find_path(GMP_INCLUDES NAMES break-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)