Skip to content

Commit

Permalink
move sanitizer entry
Browse files Browse the repository at this point in the history
  • Loading branch information
wusatosi committed Nov 15, 2024
1 parent 6287403 commit 18f2be1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ option(
${PROJECT_IS_TOP_LEVEL}
)

include(FetchContent)
include(GNUInstallDirs)

if(DEFINED BEMAN_BUILDSYS_SANITIZER)
include(cmake/apply_santizers.cmake)
endif()

include(FetchContent)
include(GNUInstallDirs)

if(BEMAN_EXEMPLAR_BUILD_TESTS)
enable_testing()

Expand Down

0 comments on commit 18f2be1

Please sign in to comment.