Commit 8114f88f authored by Dominik Charousset's avatar Dominik Charousset

Remove obsolete code

parent 52f8ae6b
...@@ -90,14 +90,6 @@ if(CAF_SANITIZERS) ...@@ -90,14 +90,6 @@ if(CAF_SANITIZERS)
add_compile_options(-fsanitize=${CAF_SANITIZERS} -fno-omit-frame-pointer) add_compile_options(-fsanitize=${CAF_SANITIZERS} -fno-omit-frame-pointer)
endif() endif()
# -- check whether we are running as CMake subdirectory ------------------------
if(NOT CMAKE_PROJECT_NAME STREQUAL "caf")
set(caf_is_subproject ON)
else()
set(caf_is_subproject OFF)
endif()
# -- unit testing setup / caf_add_test_suites function ------------------------ # -- unit testing setup / caf_add_test_suites function ------------------------
if(CAF_BUILD_TESTING) if(CAF_BUILD_TESTING)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment