Skip to content

Commit

Permalink
CMake: Move ca_certificate_download include up with other downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
ADKaster committed Jun 6, 2024
1 parent 6172dfd commit 8f7f0e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Meta/Lagom/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -626,5 +627,3 @@ endif()
if (ENABLE_FUZZERS)
add_subdirectory(Fuzzers)
endif()

include(ca_certificates_data)

0 comments on commit 8f7f0e0

Please sign in to comment.