Skip to content

Commit

Permalink
earlyexittest also needs the macOS ASAN workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
vkrause committed Feb 7, 2017
1 parent fc28712 commit 3d68695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ target_link_libraries(toolmanagertest gammaray_ui)
add_test(NAME toolmanagertest COMMAND toolmanagertest)
endif()

if(NOT GAMMARAY_PROBE_ONLY_BUILD)
if(NOT GAMMARAY_PROBE_ONLY_BUILD AND NOT OSX_ASAN_WORKAROUND)
add_executable(earlyexittest earlyexittest.cpp)
target_include_directories(earlyexittest PRIVATE ${CMAKE_BINARY_DIR}/launcher)
target_link_libraries(earlyexittest gammaray_core gammaray_launcher ${QT_QTTEST_LIBRARIES})
Expand Down

0 comments on commit 3d68695

Please sign in to comment.