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