mirror of https://github.com/CGAL/cgal
Merge pull request #2864 from lrineau/Installation-improve_CGAL_DEV_MODE-lrineau
Set the default value of CGAL_DEV_MODE from the env variable
This commit is contained in:
commit
32a6cd7743
|
|
@ -2,7 +2,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/CGAL_Macros.cmake)
|
||||||
|
|
||||||
option(CGAL_DEV_MODE
|
option(CGAL_DEV_MODE
|
||||||
"Activate the CGAL developers mode. See https://github.com/CGAL/cgal/wiki/CGAL_DEV_MODE"
|
"Activate the CGAL developers mode. See https://github.com/CGAL/cgal/wiki/CGAL_DEV_MODE"
|
||||||
FALSE)
|
$ENV{CGAL_DEV_MODE})
|
||||||
|
|
||||||
if(RUNNING_CGAL_AUTO_TEST)
|
if(RUNNING_CGAL_AUTO_TEST)
|
||||||
# Just to avoid a warning from CMake if that variable is set on the command line...
|
# Just to avoid a warning from CMake if that variable is set on the command line...
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue