myx
This commit is contained in:
parent
af308c6ded
commit
f19e1dda77
@ -8,6 +8,12 @@ cmake_policy(VERSION 3.6..3.7)
|
||||
project(app-wrapper VERSION 1.1.1 LANGUAGES CXX)
|
||||
|
||||
if(USE_FETCHCONTENT)
|
||||
if(MYX_CMAKE_USE_SYSTEM)
|
||||
find_package(MyxCMake 1.99.11 REQUIRED)
|
||||
else()
|
||||
include(${PROJECT_SOURCE_DIR}/cmake/myx/MyxCMakeConfig.cmake)
|
||||
endif()
|
||||
|
||||
FetchContent_Add(pow
|
||||
GIT_REPOSITORY https://git.246060.ru/cmake/pow
|
||||
GIT_PATH cmake/pow
|
||||
|
Loading…
Reference in New Issue
Block a user