Add .exe to cmake invokation

This commit is contained in:
Jack Andersen 2017-11-13 18:09:58 -10:00
parent 42761fcd9a
commit f08704a451
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ install:
- appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip
- 7z x cmake.zip -oC:\projects\deps\cmake > nul
- set PATH=C:\projects\deps\cmake\bin;%PATH%
- C:\projects\deps\cmake\bin\cmake --version
- C:\projects\deps\cmake\bin\cmake.exe --version
############################################################################
# Install custom LLVM
@ -54,7 +54,7 @@ before_build:
build_script:
- mkdir build
- cd build
- C:\projects\deps\cmake\bin\cmake -GNinja ..
- C:\projects\deps\cmake\bin\cmake.exe -GNinja ..
- ninja
notifications: