Skip to content

Commit

Permalink
[FIXUP] cmake: Set build configuration before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jul 25, 2024
1 parent 4b32d8a commit 774e9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ if(BUILD_FOR_FUZZING)
)
endif()

include(ProcessConfigurations)

include(TryAppendCXXFlags)
include(TryAppendLinkerFlag)

Expand Down Expand Up @@ -441,8 +443,6 @@ else()
)
endif()

include(ProcessConfigurations)

configure_file(cmake/script/Coverage.cmake Coverage.cmake COPYONLY)
configure_file(cmake/script/CoverageFuzz.cmake CoverageFuzz.cmake COPYONLY)
configure_file(cmake/script/CoverageInclude.cmake.in CoverageInclude.cmake @ONLY)
Expand Down

0 comments on commit 774e9d1

Please sign in to comment.