[boost] --toolset=msvc should be toolset=msvc (no dashes)

This commit is contained in:
Alexander Karatarakis 2016-11-16 17:46:41 -08:00
parent 0ca3e5b160
commit 1574180d03

View File

@ -31,11 +31,11 @@ endif()
message(STATUS "Bootstrapping done") message(STATUS "Bootstrapping done")
set(B2_OPTIONS set(B2_OPTIONS
--toolset=msvc toolset=msvc
threading=multi
-j$ENV{NUMBER_OF_PROCESSORS} -j$ENV{NUMBER_OF_PROCESSORS}
-q -q
--without-python --without-python
threading=multi
--debug-configuration --debug-configuration
) )