From 52ee666d3fb2c71a4afc5eba53caae580c1bc688 Mon Sep 17 00:00:00 2001 From: Zhi Zhou Date: Wed, 20 Jul 2016 11:55:04 -0700 Subject: [PATCH] revised cmake_2008 --- build_VS2008.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_VS2008.cmake b/build_VS2008.cmake index daf14cfa78..7703a253bb 100755 --- a/build_VS2008.cmake +++ b/build_VS2008.cmake @@ -163,7 +163,7 @@ case $OPERATION in fi cd boost_$BOOST_VERSION cmd /c bootstrap.bat - bjam.exe --toolset=msvc-9.0 build-type=complete link=static threading=multi address-model=64 --prefix=$boost_prefix install + bjam.exe --toolset=msvc-9.0 --build-type=complete --link=static threading=multi --address-model=64 --prefix=$boost_prefix install else tar xvf $ROOT_DIR/v3d_main/common_lib/src_packages/boost_$BOOST_VERSION.tar.gz cd boost_$BOOST_VERSION