From fb5942b5076c3af75c54d3775e6a9919cde4f638 Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Sun, 25 Jan 2009 17:52:10 +0000 Subject: it's libgmp on windows svn path=/branches/KDE/4.2/kdelibs/; revision=916641 --- modules/FindGMP.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/FindGMP.cmake b/modules/FindGMP.cmake index 67ccbbb1..17d175c6 100644 --- a/modules/FindGMP.cmake +++ b/modules/FindGMP.cmake @@ -15,7 +15,7 @@ if (GMP_INCLUDE_DIR AND GMP_LIBRARIES) endif (GMP_INCLUDE_DIR AND GMP_LIBRARIES) find_path(GMP_INCLUDE_DIR NAMES gmp.h ) -find_library(GMP_LIBRARIES NAMES gmp ) +find_library(GMP_LIBRARIES NAMES gmp libgmp) include(FindPackageHandleStandardArgs) FIND_PACKAGE_HANDLE_STANDARD_ARGS(GMP DEFAULT_MSG GMP_INCLUDE_DIR GMP_LIBRARIES) -- cgit v1.2.1