mirror of https://github.com/CGAL/cgal
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:
parent
5c7958dc08
commit
477b12dd83
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue