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 51e0f24 commit 73298a8Copy full SHA for 73298a8
appveyor.yml
@@ -10,7 +10,7 @@ environment:
10
build_script:
11
- cmake --version
12
- cd c:\projects\jsoncpp
13
- - cmake -G "%CMAKE_GENERATOR%" -DCMAKE_INSTALL_PREFIX=%CD:\=/%/install -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=OFF .
+ - cmake -G "%CMAKE_GENERATOR%" -DCMAKE_INSTALL_PREFIX=%CD:\=/%/install -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON .
14
- cmake --build . --config Release --target install
15
16
deploy:
0 commit comments