From e5f7e7d1119f7bd8ce4ae896102eab4af825ffce Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 9 Jan 2020 03:48:47 +0300 Subject: update cmake-common --- CMakeLists.txt | 2 +- appveyor.yml | 7 ++++++- cmake | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 62bd1e3..5063a67 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5) # for Boost::* imported targets project(pdb_repo CXX) -include(cmake/common.cmake) +include(cmake/cmake/common.cmake) find_package(Boost REQUIRED) diff --git a/appveyor.yml b/appveyor.yml index 089cdc3..28661a9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,7 +21,12 @@ install: - git submodule update --init --recursive build_script: - - '"%python_exe%" cmake\ci\build_appveyor.py --install "%install_dir%" -- -D "BOOST_ROOT=%appveyor_boost_root%" -D "BOOST_LIBRARYDIR=%appveyor_boost_librarydir%"' + - >- + "%python_exe%" cmake\cmake\build\ci\appveyor.py + --install "%install_dir%" + -- + -D "BOOST_ROOT=%appveyor_boost_root%" + -D "BOOST_LIBRARYDIR=%appveyor_boost_librarydir%" after_build: - 7z.exe a "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%" diff --git a/cmake b/cmake index aaf52cd..d83b675 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit aaf52cd2c859fe8047f9058d3043d9eba783042b +Subproject commit d83b675f53bd18204b1f07105b3944cc9756e7d1 -- cgit v1.2.3