Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
p-groarke committed Mar 29, 2024
1 parent 0991fd4 commit 93d0bfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ endif()
if (FEA_SANITIZE AND NOT CMAKE_CXX_STANDARD EQUAL 20)
message(WARNING "'FEA_SANITIZE' is only compatible with C++20, disabling option.")
set(FEA_SANITIZE Off)
elseif (FEA_SANITIZE AND NOT CMAKE_SYSTEM_NAME STREQUAL "Windows")
message(WARNING "'FEA_SANITIZE' doesn't work on clang or gcc at the moment, disabling option.")
set(FEA_SANITIZE Off)
endif()

# Pull fea_cmake helper library.
Expand Down

0 comments on commit 93d0bfa

Please sign in to comment.