aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml2
-rw-r--r--um/CMakeLists.txt2
m---------um/cmake0
3 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8b3038d..a300af1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -29,7 +29,7 @@ install:
- git submodule update --init --recursive
build_script:
- - '"%python_exe%" um/cmake/ci/build_appveyor.py --install "%install_dir%"'
+ - '"%python_exe%" um\cmake\cmake\build\ci\appveyor.py --install "%install_dir%"'
- ps: .\.appveyor\build.ps1 -InstallDir $env:install_dir
after_build:
diff --git a/um/CMakeLists.txt b/um/CMakeLists.txt
index b5df409..deeaa39 100644
--- a/um/CMakeLists.txt
+++ b/um/CMakeLists.txt
@@ -1,7 +1,7 @@
# WIN32_LEAN_AND_MEAN shouldn't be defined, it masks CTL_CODE:
set(CC_WINDOWS_DEF OFF)
-include(cmake/common.cmake)
+include(cmake/cmake/common.cmake)
add_subdirectory(service)
add_subdirectory(wrappers)
diff --git a/um/cmake b/um/cmake
-Subproject aaf52cd2c859fe8047f9058d3043d9eba783042
+Subproject d83b675f53bd18204b1f07105b3944cc9756e7d