Remove unnecessary variable

Never used anywhere and does not work with out-of-source builds
anyway...
This commit is contained in:
Philipp Möller 2016-02-11 15:59:47 +01:00
parent 4211a4f01e
commit 1aa334ff34
1 changed files with 0 additions and 6 deletions

View File

@ -1,9 +1,3 @@
if ( "${CMAKE_SOURCE_DIR}" STREQUAL "${PROJECT_SOURCE_DIR}" )
set( CGAL_IS_CURRENT_SCRIPT_TOP_LEVEL TRUE )
else()
set( CGAL_IS_CURRENT_SCRIPT_TOP_LEVEL FALSE )
endif()
include(CGAL_Macros)
if(RUNNING_CGAL_AUTO_TEST)