This commit is contained in:
Andrei Astafev 2022-10-01 18:21:38 +03:00
parent af308c6ded
commit f19e1dda77

View File

@ -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