Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Nov 22, 2024
1 parent f3f6f4d commit 5423da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@ endif()
find_package(GTest CONFIG REQUIRED)
set_target_properties(mixxx-test PROPERTIES AUTOMOC ON)
target_compile_options(mixxx-test -fsanitize=thread -g)
target_link_options(mixxx-test PUBLIC -fsanitize=thread)
target_link_options(mixxx-test -fsanitize=thread)
target_link_libraries(mixxx-test PRIVATE mixxx-lib mixxx-gitinfostore GTest::gtest GTest::gmock)

find_package(benchmark)
Expand Down

0 comments on commit 5423da6

Please sign in to comment.