Skip to content

Commit

Permalink
revised cmake_2008
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhi Zhou committed Jul 20, 2016
1 parent 2b43b16 commit 52ee666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_VS2008.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52ee666

Please sign in to comment.