Skip to content

Commit

Permalink
Remove vestgial options. (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd authored Oct 18, 2023
1 parent 6ca1be3 commit 202f07f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 86 deletions.
10 changes: 7 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ else ()
message(WARNING "Conan Build file does not exist, trying to build without!")
endif ()

if (${CMAKE_BUILD_TYPE} STREQUAL "Debug")
include (cmake/debug_flags.cmake)
endif()
if (DEFINED CONAN_BUILD_COVERAGE)
if (${CONAN_BUILD_COVERAGE})
include (cmake/CodeCoverage.cmake)
APPEND_COVERAGE_COMPILER_FLAGS()
SETUP_TARGET_FOR_COVERAGE_GCOVR_XML(NAME coverage EXECUTABLE ctest DEPENDENCIES )
endif ()
endif ()

set(ASAN_ENABLED_BUILD false)
if ($ENV{ASAN_OPTIONS} MATCHES "detect_leaks=1")
Expand Down
83 changes: 0 additions & 83 deletions cmake/debug_flags.cmake

This file was deleted.

0 comments on commit 202f07f

Please sign in to comment.