mirror of https://github.com/CGAL/cgal
fix indentation and remove GMP_LIBRARIES_DIR
This commit is contained in:
parent
9a4d495567
commit
e5bf52d9c6
|
|
@ -57,12 +57,9 @@ else()
|
|||
set(GMP_LIBRARIES ${GMP_LIBRARY_RELEASE})
|
||||
endif()
|
||||
endif()
|
||||
if ( GMP_LIBRARIES )
|
||||
get_filename_component(GMP_LIBRARIES_DIR ${GMP_LIBRARIES} PATH CACHE )
|
||||
endif()
|
||||
|
||||
# Attempt to load a user-defined configuration for GMP if couldn't be found
|
||||
if ( NOT GMP_INCLUDE_DIR OR NOT GMP_LIBRARIES_DIR )
|
||||
if ( NOT GMP_INCLUDE_DIR OR NOT GMP_LIBRARIES)
|
||||
include( GMPConfig OPTIONAL )
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue