From ba0ec5875a52b175dfb7d0eaf82cd353ba98f797 Mon Sep 17 00:00:00 2001 From: Kargatum Date: Tue, 2 Apr 2019 22:49:04 +0700 Subject: [PATCH] feat(Cmake): Add new hook AFTER_LOAD_CMAKE_MODULES (#1670) --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c1327980b..228afc42f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,6 +86,8 @@ include(CheckPlatform) include(GroupSources) include(AutoCollect) +CU_RUN_HOOK("AFTER_LOAD_CMAKE_MODULES") + # basic packagesearching and setup (further support will be needed, this is a preliminary release!) set(ACE_EXPECTED_VERSION 6.0.3)