summaryrefslogtreecommitdiffhomepage
path: root/external
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-09 23:55:45 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-10 00:18:11 +0100
commite9082d38bf47c4083ef3469eb5779a79735f77cf (patch)
tree7a044cababa5120ebde67a0744a0f381e0104634 /external
parentd78fab3feab9f02d658afcdc185ebb0801f8619e (diff)
cmake: reenable find_package logspam prevention
Diffstat (limited to 'external')
-rw-r--r--external/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
index 7aa9b2b6..99d5fe10 100644
--- a/external/CMakeLists.txt
+++ b/external/CMakeLists.txt
@@ -333,12 +333,12 @@ if(FLOORMAT_SUBMODULE-DEPENDENCIES)
fm_run_hook(fm-userconfig-post)
endif()
+find_package(SDL2 QUIET REQUIRED)
+find_package(ImGui QUIET REQUIRED)
if(fm-external-configured)
- #set(fm-quiet-message 1)
+ set(fm-quiet-message 1)
endif()
-find_package(SDL2 QUIET REQUIRED)
find_package(Corrade QUIET REQUIRED)
-find_package(ImGui QUIET REQUIRED)
find_package(Magnum QUIET REQUIRED)
find_package(MagnumPlugins QUIET REQUIRED)
find_package(MagnumIntegration QUIET REQUIRED ImGui)