Commit 60e87a05 authored by Dominik Charousset's avatar Dominik Charousset

Fix weird CTest output for optional unit test

parent 483fcc4c
......@@ -245,7 +245,6 @@ target_include_directories(caf-core-test PRIVATE
"${CMAKE_BINARY_DIR}" "${CMAKE_CURRENT_SOURCE_DIR}")
caf_add_test_suites(caf-core-test
$<$<BOOL:CAF_ENABLE_EXCEPTIONS>:custom_exception_handler>
actor_clock
actor_factory
actor_lifetime
......@@ -359,3 +358,7 @@ caf_add_test_suites(caf-core-test
uuid
variant
)
if(CAF_ENABLE_EXCEPTIONS)
caf_add_test_suites(caf-core-test custom_exception_handler)
endif()
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