diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-09 03:53:08 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-09 03:53:08 +0300 |
commit | 3c9cfe8233758209c9a6c08de4c6bb587bd2a9c7 (patch) | |
tree | 5bf048ea1549c7ce1b2054fbbb4320ace089596b | |
parent | update cmake-common (diff) | |
download | privilege-check-3c9cfe8233758209c9a6c08de4c6bb587bd2a9c7.tar.gz privilege-check-3c9cfe8233758209c9a6c08de4c6bb587bd2a9c7.zip |
update cmake-common
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | appveyor.yml | 2 | ||||
m--------- | cmake | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 00ce324..59944a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1) project(privilege_check CXX) -include(cmake/common.cmake) +include(cmake/cmake/common.cmake) file(GLOB cpp_files "src/*.cpp") file(GLOB header_files "src/*.h" "src/*.hpp") diff --git a/appveyor.yml b/appveyor.yml index 5d879e3..4216757 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,7 +21,7 @@ install: - git submodule update --init --recursive build_script: - - '"%python_exe%" cmake\ci\build_appveyor.py --install "%install_dir%"' + - '"%python_exe%" cmake\cmake\build\ci\appveyor.py --install "%install_dir%"' after_build: - 7z.exe a "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%" diff --git a/cmake b/cmake -Subproject aaf52cd2c859fe8047f9058d3043d9eba783042 +Subproject d83b675f53bd18204b1f07105b3944cc9756e7d |