diff --git a/CMakeLists.txt b/CMakeLists.txt index 47d39d562d7ed..7b5a41619f5bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -243,6 +243,8 @@ if(BUILD_FOR_FUZZING) ) endif() +include(ProcessConfigurations) + include(TryAppendCXXFlags) include(TryAppendLinkerFlag) @@ -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)