mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
STYLE: Remove CMake-language block-end command arguments
Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style.
This commit is contained in:
@@ -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})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user