mirror of https://github.com/CGAL/cgal
Remove unnecessary variable
Never used anywhere and does not work with out-of-source builds anyway...
This commit is contained in:
parent
4211a4f01e
commit
1aa334ff34
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue