diff --git a/Meta/Lagom/CMakeLists.txt b/Meta/Lagom/CMakeLists.txt index c8ebaddf06e..3b565188f39 100644 --- a/Meta/Lagom/CMakeLists.txt +++ b/Meta/Lagom/CMakeLists.txt @@ -81,6 +81,7 @@ if (ENABLE_FUZZERS OR CMAKE_CROSSCOMPILING) endif() include(flac_spec_tests) +include(ca_certificates_data) include(lagom_compile_options) set(CMAKE_EXPORT_COMPILE_COMMANDS ON) @@ -627,5 +628,3 @@ endif() if (ENABLE_FUZZERS) add_subdirectory(Fuzzers) endif() - -include(ca_certificates_data)