summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKargatum <dowlandtop@yandex.com>2021-02-28 20:37:03 +0700
committerGitHub <noreply@github.com>2021-02-28 14:37:03 +0100
commitdbefa17a534500522a174e9906d8923445c16e79 (patch)
tree80fa3a8b0aef2684c92d8630866c33acd4f59e09 /CMakeLists.txt
parentc2f274e06dcf85c6ccc0ab282dd6f23e8ce49c8f (diff)
feat(Core/Config): rework config and delete ACE inherited (#4608)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ebe5c12179..f21ef8cbf0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -97,6 +97,7 @@ include(ConfigureBaseTargets)
include(CheckPlatform)
include(GroupSources)
include(AutoCollect)
+include(ConfigInstall)
CU_RUN_HOOK("AFTER_LOAD_CMAKE_MODULES")