aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2009-01-25 17:50:01 +0000
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2009-01-25 17:50:01 +0000
commit46a8e62d0e22a0e2bba899e735ba30aa093f2b96 (patch)
tree5ace6d82acb876fa25062ccd62801b23d74f71c1
parentb97bd54ee16e626b6b04aee4e432aa4474c2c9cb (diff)
downloadextra-cmake-modules-46a8e62d0e22a0e2bba899e735ba30aa093f2b96.tar.gz
extra-cmake-modules-46a8e62d0e22a0e2bba899e735ba30aa093f2b96.tar.bz2
it's libgmp on windows
svn path=/trunk/KDE/kdelibs/; revision=916638
-rw-r--r--modules/FindGMP.cmake2
1 files changed, 1 insertions, 1 deletions
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)