Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltca committed Jan 30, 2024
1 parent 71cead6 commit 42009c2
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 @@ -247,7 +247,7 @@ else()
elseif(WANT_SANITIZER STREQUAL THREAD)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=thread -fno-omit-frame-pointer")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fsanitize=thread -fno-omit-frame-pointer")
set(CMAKE_STATUS_DEBUG_SUPPORT "Yes, with memory sanitizer")
set(CMAKE_STATUS_DEBUG_SUPPORT "Yes, with thread sanitizer")
elseif(NOT WANT_SANITIZER STREQUAL OFF)
message(FATAL_ERROR "Invalid sanitizer ${WANT_SANITIZER}. Available sanitizers: address, memory, thread")
endif()
Expand Down

0 comments on commit 42009c2

Please sign in to comment.