Skip to content

Commit 3d68695

Browse files
committed
earlyexittest also needs the macOS ASAN workaround
1 parent fc28712 commit 3d68695

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ target_link_libraries(toolmanagertest gammaray_ui)
420420
add_test(NAME toolmanagertest COMMAND toolmanagertest)
421421
endif()
422422

423-
if(NOT GAMMARAY_PROBE_ONLY_BUILD)
423+
if(NOT GAMMARAY_PROBE_ONLY_BUILD AND NOT OSX_ASAN_WORKAROUND)
424424
add_executable(earlyexittest earlyexittest.cpp)
425425
target_include_directories(earlyexittest PRIVATE ${CMAKE_BINARY_DIR}/launcher)
426426
target_link_libraries(earlyexittest gammaray_core gammaray_launcher ${QT_QTTEST_LIBRARIES})

0 commit comments

Comments
 (0)