We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc28712 commit 3d68695Copy full SHA for 3d68695
1 file changed
tests/CMakeLists.txt
@@ -420,7 +420,7 @@ target_link_libraries(toolmanagertest gammaray_ui)
420
add_test(NAME toolmanagertest COMMAND toolmanagertest)
421
endif()
422
423
-if(NOT GAMMARAY_PROBE_ONLY_BUILD)
+if(NOT GAMMARAY_PROBE_ONLY_BUILD AND NOT OSX_ASAN_WORKAROUND)
424
add_executable(earlyexittest earlyexittest.cpp)
425
target_include_directories(earlyexittest PRIVATE ${CMAKE_BINARY_DIR}/launcher)
426
target_link_libraries(earlyexittest gammaray_core gammaray_launcher ${QT_QTTEST_LIBRARIES})
0 commit comments