From 82b73b2eee8448e07925909720191bb3bbdac670 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 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)