From 1aa334ff3437cdfd7c1ba7f6cbac4064a19a4d95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20M=C3=B6ller?= Date: Thu, 11 Feb 2016 15:59:47 +0100 Subject: [PATCH] Remove unnecessary variable Never used anywhere and does not work with out-of-source builds anyway... --- Installation/cmake/modules/CGAL_Common.cmake | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Installation/cmake/modules/CGAL_Common.cmake b/Installation/cmake/modules/CGAL_Common.cmake index 0dc9cb7153e..ad652ed7d46 100644 --- a/Installation/cmake/modules/CGAL_Common.cmake +++ b/Installation/cmake/modules/CGAL_Common.cmake @@ -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)