Skip to content
Snippets Groups Projects
Commit 95857c3d authored by Martin Beseda's avatar Martin Beseda
Browse files

[FIX] Added missing space to b2 command.

parent 26fd4811
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ if(NOT WIN32) ...@@ -76,7 +76,7 @@ if(NOT WIN32)
endif() endif()
EXECUTE_PROCESS( EXECUTE_PROCESS(
COMMAND ${B2_CMD} -q ${PIC_CODE} ${BOOST_TOOLSET} --layout=system variant=${VARIANT} link=${DEPENDENCIES_LINK_TYPE} address-model=64 architecture=x86--with-system --with-serialization --with-random COMMAND ${B2_CMD} -q ${PIC_CODE} ${BOOST_TOOLSET} --layout=system variant=${VARIANT} link=${DEPENDENCIES_LINK_TYPE} address-model=64 architecture=x86 --with-system --with-serialization --with-random
WORKING_DIRECTORY ${BOOST_LOCAL_PATH} WORKING_DIRECTORY ${BOOST_LOCAL_PATH}
RESULT_VARIABLE rv RESULT_VARIABLE rv
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment