[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")
set(B2_OPTIONS
--toolset=msvc
toolset=msvc
threading=multi
-j$ENV{NUMBER_OF_PROCESSORS}
-q
--without-python
threading=multi
--without-python
--debug-configuration
)