Hack for the CGAL test suite (cont.)

Follow-up to:
> commit 249aed9fd1
> Author: Laurent Rineau <laurent.rineau@cgal.org>
> Date:   Thu Nov 23 17:06:21 2017 +0100
>
>     Hack for the CGAL test suite
This commit is contained in:
Laurent Rineau 2017-11-30 11:15:38 +01:00
parent 5c7958dc08
commit 477b12dd83
2 changed files with 12 additions and 0 deletions

View File

@ -176,3 +176,9 @@ include(${CGAL_MODULES_DIR}/CGAL_Macros.cmake)
# Temporary? Change the CMAKE module path
cgal_setup_module_path()
if( RUNNING_CGAL_AUTO_TEST )
# Ugly hack to be compatible with current CGAL testsuite process (as of
# Nov. 2017). -- Laurent Rineau
include(CGAL_SetupFlags)
endif()

View File

@ -148,3 +148,9 @@ include(${CGAL_MODULES_DIR}/CGAL_Macros.cmake)
# Temporary? Change the CMAKE module path
cgal_setup_module_path()
if( RUNNING_CGAL_AUTO_TEST )
# Ugly hack to be compatible with current CGAL testsuite process (as of
# Nov. 2017). -- Laurent Rineau
include(CGAL_SetupFlags)
endif()