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:
Laurent Rineau 2018-02-23 17:34:24 +01:00
commit 32a6cd7743
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/CGAL_Macros.cmake)
option(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)
# Just to avoid a warning from CMake if that variable is set on the command line...