summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authortlacombe <lacombe1993@gmail.com>2020-03-16 14:38:15 +0100
committertlacombe <lacombe1993@gmail.com>2020-03-16 14:38:15 +0100
commit80513805a453fadd137d606f501239de3e1ab12a (patch)
tree5de0c0795f0e3f9f74bfa920a28390fdf0a0ccaa /src/common
parentaa93247860bb01e3fc15926658dd9e6a95198f3d (diff)
parent05b409f60132a73e47f6f58ba80a6343b5bdb1a6 (diff)
Merge remote-tracking branch 'upstream/master' into wbary-theo
merge master to solve hera conflict
Diffstat (limited to 'src/common')
-rw-r--r--src/common/example/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/example/CMakeLists.txt b/src/common/example/CMakeLists.txt
index 583a0027..fa8eb98c 100644
--- a/src/common/example/CMakeLists.txt
+++ b/src/common/example/CMakeLists.txt
@@ -12,6 +12,7 @@ if (DIFF_PATH)
add_test(Common_example_vector_double_off_reader_diff_files ${DIFF_PATH}
${CMAKE_CURRENT_BINARY_DIR}/vectordoubleoffreader_result.txt ${CMAKE_CURRENT_BINARY_DIR}/alphacomplexdoc.off.txt)
+ set_tests_properties(Common_example_vector_double_off_reader_diff_files PROPERTIES DEPENDS Common_example_vector_double_off_reader)
endif()
if(NOT CGAL_VERSION VERSION_LESS 4.11.0)