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 ba063eb commit 819ff7bCopy full SHA for 819ff7b
appveyor.yml
@@ -16,7 +16,7 @@ build_script:
16
- cmake --version
17
# The build script starts in root.
18
- set JSONCPP_FOLDER=%cd%
19
- - set JSONCPP_BUILD_FOLDER=%JSONCPP_FOLDER%\build\release
+ - set JSONCPP_BUILD_FOLDER=%JSONCPP_FOLDER%\build_out\release
20
- mkdir -p %JSONCPP_BUILD_FOLDER%
21
- cd %JSONCPP_BUILD_FOLDER%
22
- cmake -G "%CMAKE_GENERATOR%" -DCMAKE_INSTALL_PREFIX:PATH=%CD:\=/%/install -DBUILD_SHARED_LIBS:BOOL=ON %JSONCPP_FOLDER%
0 commit comments