feat(Cmake): Add new hook AFTER_LOAD_CMAKE_MODULES (#1670)

This commit is contained in:
Kargatum
2019-04-02 22:49:04 +07:00
committed by GitHub
parent 2bd998bd4f
commit ba0ec5875a

View File

@@ -86,6 +86,8 @@ include(CheckPlatform)
include(GroupSources) include(GroupSources)
include(AutoCollect) include(AutoCollect)
CU_RUN_HOOK("AFTER_LOAD_CMAKE_MODULES")
# basic packagesearching and setup (further support will be needed, this is a preliminary release!) # basic packagesearching and setup (further support will be needed, this is a preliminary release!)
set(ACE_EXPECTED_VERSION 6.0.3) set(ACE_EXPECTED_VERSION 6.0.3)