mirror of https://github.com/CGAL/cgal
Remove option CGAL_ALLOW_ALL_PRECONFIGURED_LIBS_COMPONENT
Do not add it to Config.cmake files anymore and remove it from the interface
This commit is contained in:
parent
dd9a666fd4
commit
ecb34b3031
|
|
@ -633,8 +633,6 @@ option( CGAL_ENABLE_PRECONFIG "Select to allow to preconfiguration of external l
|
|||
# this; e.g. in MPFI/RS in Algebraic_kernel_d. For these cases CGAL
|
||||
# and the example/test must be configured with MPFI (just one is not sufficient)
|
||||
|
||||
option( CGAL_ALLOW_ALL_PRECONFIGURED_LIBS_COMPONENT "Select to allow to use all preconfigured external libraries" OFF)
|
||||
|
||||
include(CGAL_SetupDependencies)
|
||||
|
||||
message("== Detect external libraries (DONE) ==\n")
|
||||
|
|
|
|||
|
|
@ -114,8 +114,6 @@ set(CGAL_VERSION "${CGAL_MAJOR_VERSION}.${CGAL_MINOR_VERSION}.${CGAL_BUILD_VERSI
|
|||
|
||||
set(CGAL_USE_FILE "${CGAL_MODULES_DIR}/UseCGAL.cmake" )
|
||||
|
||||
set(CGAL_ALLOW_ALL_PRECONFIGURED_LIBS_COMPONENT "@CGAL_ALLOW_ALL_PRECONFIGURED_LIBS_COMPONENT@")
|
||||
|
||||
if ( CGAL_FIND_REQUIRED )
|
||||
set( CHECK_CGAL_COMPONENT_MSG_ON_ERROR TRUE )
|
||||
set( CHECK_CGAL_COMPONENT_ERROR_TYPE FATAL_ERROR )
|
||||
|
|
|
|||
|
|
@ -88,8 +88,6 @@ set(CGAL_VERSION "${CGAL_MAJOR_VERSION}.${CGAL_MINOR_VERSION}.${CGAL_BUILD_VERSI
|
|||
|
||||
set(CGAL_USE_FILE "${CGAL_MODULES_DIR}/UseCGAL.cmake" )
|
||||
|
||||
set(CGAL_ALLOW_ALL_PRECONFIGURED_LIBS_COMPONENT "@CGAL_ALLOW_ALL_PRECONFIGURED_LIBS_COMPONENT@")
|
||||
|
||||
if ( CGAL_FIND_REQUIRED )
|
||||
set( CHECK_CGAL_COMPONENT_MSG_ON_ERROR TRUE )
|
||||
set( CHECK_CGAL_COMPONENT_ERROR_TYPE FATAL_ERROR )
|
||||
|
|
|
|||
Loading…
Reference in New Issue