Remove Boost_USE_STATIC_LIBS=ON from appveyor.yml

This commit is contained in:
Peter Dimov
2018-12-15 00:22:00 +02:00
parent 740043e87c
commit 2e9fbe0437

View File

@@ -49,7 +49,7 @@ test_script:
- b2 --prefix=C:\projects\.local --with-%LIB% install
- cd tools\boost_install\test\%LIB%
- mkdir __build__ && cd __build__
- cmake -DCMAKE_INSTALL_PREFIX=C:\projects\.local -DBoost_USE_STATIC_LIBS=ON ..
- cmake -DCMAKE_INSTALL_PREFIX=C:\projects\.local ..
- cmake --build . --config Debug
- cmake --build . --config Release
- PATH %PATH%;C:\projects\.local\lib