Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7838c5c commit 5113ff2Copy full SHA for 5113ff2
.appveyor.yml
@@ -19,7 +19,7 @@ install:
19
before_build:
20
- mkdir build
21
- cd build
22
- - if [%COMPILER%]==[MSVC15] cmake -G "Visual Studio 14 2015 Win64" ..
+ - if [%COMPILER%]==[MSVC15] cmake -G "Visual Studio 15 2017 Win64" ..
23
- if [%COMPILER%]==[MinGW-w64] cmake -G "MinGW Makefiles" -DCMAKE_PREFIX_PATH="C:\mingw-w64" -DCMAKE_IGNORE_PATH="C:\Program Files\Git\usr\bin" ..
24
25
build_script:
0 commit comments