restore the include file

there is a subtility I'm missing with argt testsuite
if not included, then flags define in the script
cgal_test_with_cmake are not passed to CXX_FLAGS
This commit is contained in:
Sébastien Loriot 2021-11-11 14:43:27 +01:00
parent 5a74a4981a
commit bd4b6e6716
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ enable_testing()
find_package(CGAL REQUIRED COMPONENTS Core)
include (${CGAL_USE_FILE})
# Since CMake-2.8.12: New CMake script, that defines the targets and
# the CTest test cases.
include(${CMAKE_CURRENT_SOURCE_DIR}/cgal_test.cmake)