summaryrefslogtreecommitdiffhomepage
path: root/external
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-13 18:01:43 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-13 20:43:16 +0100
commita3ce6fe47871442d7b524c8f199987622a860f95 (patch)
tree5a1025f901f6ee5b1d6684f492450f9205d4a7ba /external
parent3d742e370269d62e6e54ff34020a11b3eca8bd58 (diff)
cmake
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 b5994db1..007368c9 100644
--- a/external/CMakeLists.txt
+++ b/external/CMakeLists.txt
@@ -228,6 +228,8 @@ if(FLOORMAT_SUBMODULE-DEPENDENCIES)
endif()
endfunction()
+ fm_run_hook(fm-userconfig-external)
+
function(fm_add_libs)
if(fm-external-configured)
set(fm-quiet-message 1)
@@ -245,7 +247,6 @@ if(FLOORMAT_SUBMODULE-DEPENDENCIES)
fm_add_luajit()
endfunction()
- fm_run_hook(fm-userconfig-external-pre)
if(MAGNUM_BUILD_PLUGINS_STATIC)
sets(BOOL
MAGNUM_WITH_SHADERTOOLS OFF
@@ -259,7 +260,7 @@ if(FLOORMAT_SUBMODULE-DEPENDENCIES)
if(MSVC)
target_compile_options(CorradeTestSuiteObjects PRIVATE -EHsc)
endif()
- fm_run_hook(fm-userconfig-external)
+ fm_run_hook(fm-userconfig-post)
endif()
if(fm-external-configured)
@@ -276,6 +277,5 @@ if(NOT FLOORMAT_SUBMODULE-DEPENDENCIES)
find_package(fmt QUIET REQUIRED)
endif()
-fm_run_hook(fm-userconfig-external-post)
set(fm-quiet-message 0)
sets(INTERNAL fm-external-configured 1)