mirror of
https://github.com/boostorg/boost_install.git
synced 2026-01-19 04:02:13 +00:00
Remove Boost_USE_STATIC_LIBS=ON from appveyor.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user