mirror of
https://github.com/boostorg/boost_install.git
synced 2026-01-19 04:02:13 +00:00
Fix typo
This commit is contained in:
@@ -98,7 +98,7 @@ test_script:
|
||||
- if "%UBP%" == "" SET UBP=0
|
||||
- if "%STAGE%" == "" SET CMAKE_INSTALL=-DCMAKE_INSTALL_PREFIX=C:\projects\.local
|
||||
- if NOT "%STAGE%" == "" SET CMAKE_INSTALL=-DUSE_STAGED_BOOST=1
|
||||
- if NOT "%GENERATOR%" == "" SET GENERATOR=-G "%GENERATOR"
|
||||
- if NOT "%GENERATOR%" == "" SET GENERATOR=-G "%GENERATOR%"
|
||||
- cmake %GENERATOR% -DUSE_BOOST_PACKAGE=%UBP% -DBoost_VERBOSE=ON %CMAKE_INSTALL% ..
|
||||
- PATH %PATH%;C:\projects\.local\lib
|
||||
- cmake --build . --config Debug && cmake --build . --config Debug --target check
|
||||
|
||||
Reference in New Issue
Block a user