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 3c2069f commit f45c01aCopy full SHA for f45c01a
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 .
+ - cmake -G "%CMAKE_GENERATOR%" -DCMAKE_INSTALL_PREFIX=%CD:\=/%/install -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON .
14
- cmake --build . --config Release --target install
15
16
deploy:
0 commit comments