Skip to content

Commit

Permalink
chore: add message output
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperPaul123 committed Apr 11, 2024
1 parent 5e4ffda commit c6c98d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ target_link_options(
)

if(NOT WIN32 AND TP_THREAD_SANITIZER)
message(STATUS "Settings thread sanitizer flags.")
target_compile_options(
${PROJECT_NAME} PRIVATE $<$<COMPILE_LANG_AND_ID:CXX,GNU,Clang>:-fsanitize=thread -g>
)
Expand Down

0 comments on commit c6c98d6

Please sign in to comment.