Skip to content

Commit

Permalink
Remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
bocchino committed Mar 4, 2025
1 parent 3608db9 commit 55b5d2f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,6 @@ if (BUILD_TESTING)
)
endif()

#if(
# (NOT CMAKE_CXX_COMPILER_ID MATCHES "Clang") AND
# CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND
# (NOT DEFINED CMAKE_CXX_CLANG_TIDY)
#)
# # The following is not supported by clang, which also causes issues when using clang-tidy
# add_compile_options(
# -Wno-format-truncation
# )
#endif()

find_program(VALGRIND valgrind) # Find valgrind, and use it instead of leak check
# Enable sanitizers
if (BUILD_TESTING AND NOT VALGRIND)
Expand Down

0 comments on commit 55b5d2f

Please sign in to comment.