aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/FindGSL.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindGSL.cmake')
-rw-r--r--cmake/FindGSL.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/FindGSL.cmake b/cmake/FindGSL.cmake
index bf411a7f9..10dc95340 100644
--- a/cmake/FindGSL.cmake
+++ b/cmake/FindGSL.cmake
@@ -54,7 +54,7 @@ IF(WIN32)
PATHS ${GSL_POSSIBLE_ROOT_DIRS}
PATH_SUFFIXES lib
DOC "GSL library")
- endif(NOT GSL_GSL_LIBRARY)
+ endif()
FIND_LIBRARY(GSL_GSLCBLAS_LIBRARY
NAMES libgslcblas.dll.a gslcblas libgslcblas
@@ -68,7 +68,7 @@ IF(WIN32)
PATHS ${GSL_POSSIBLE_ROOT_DIRS}
PATH_SUFFIXES lib
DOC "GSL library")
- endif(NOT GSL_GSLCBLAS_LIBRARY)
+ endif()
SET(GSL_LIBRARIES ${GSL_GSL_LIBRARY})