feat(Cmake): Add new hook AFTER_LOAD_CMAKE_MODULES (#1670)
This commit is contained in:
parent
2bd998bd4f
commit
ba0ec5875a
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue