fix for msbuild target command

This commit is contained in:
Stephen Birarda 2015-02-23 12:09:00 -08:00
parent ded0b1461b
commit 9e1a890ff2

View file

@ -28,7 +28,7 @@ if (WIN32)
URL https://bullet.googlecode.com/files/bullet-2.82-r2704.zip
URL_MD5 f5e8914fc9064ad32e0d62d19d33d977
CMAKE_ARGS ${PLATFORM_CMAKE_ARGS} -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR> -DBUILD_EXTRAS=0 -DINSTALL_LIBS=1 -DBUILD_DEMOS=0 -DUSE_GLUT=0
BUILD_COMMAND ${MSBUILD_COMMAND} bullet.vcxproj /t:Build /p:Configuration=${MSBUILD_CONFIGURATION}
BUILD_COMMAND ${MSBUILD_COMMAND} bullet.vcxproj /p:Configuration=${MSBUILD_CONFIGURATION}
LOG_DOWNLOAD 1
LOG_CONFIGURE 1
LOG_BUILD 1