From 8f7f0e08dfec42fa5abe28974c3d1c3d2554ae1e Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Wed, 5 Jun 2024 18:39:26 -0600 Subject: [PATCH] CMake: Move ca_certificate_download include up with other downloads --- Meta/Lagom/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Meta/Lagom/CMakeLists.txt b/Meta/Lagom/CMakeLists.txt index 04899bae429d..1354a7be15c3 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) @@ -626,5 +627,3 @@ endif() if (ENABLE_FUZZERS) add_subdirectory(Fuzzers) endif() - -include(ca_certificates_data)