Skip to content

Commit

Permalink
use PRIVATE
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Nov 22, 2024
1 parent 5423da6 commit 4ca725a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2063,8 +2063,8 @@ if (QML)
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 -fsanitize=thread)
target_compile_options(mixxx-test PRIVATE -fsanitize=thread -g)
target_link_options(mixxx-test PRIVATE -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 4ca725a

Please sign in to comment.