From 65b24a87d444d4136f59c21860b7265bdd094e50 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 30 Mar 2020 13:45:27 +0300 Subject: update cmake-common --- .appveyor.yml | 3 ++- CMakeLists.txt | 2 +- cmake | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index a72aab5..4a61be0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -24,7 +24,8 @@ install: - git submodule update --init --recursive build_script: - - '"%python_exe%" cmake\cmake\build\ci\appveyor.py --install "%install_dir%"' + - cd cmake + - '"%python_exe%" -m project.ci.appveyor.cmake --install "%install_dir%"' after_build: - 7z.exe a "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%" diff --git a/CMakeLists.txt b/CMakeLists.txt index 59944a8..00ce324 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1) project(privilege_check CXX) -include(cmake/cmake/common.cmake) +include(cmake/common.cmake) file(GLOB cpp_files "src/*.cpp") file(GLOB header_files "src/*.h" "src/*.hpp") diff --git a/cmake b/cmake index d83b675..0f474b6 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit d83b675f53bd18204b1f07105b3944cc9756e7d1 +Subproject commit 0f474b66fe1d6cfdb286deb1ef19e2b37e60d4ee -- cgit v1.2.3