mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 20:22:34 +02:00
pass correct configuration to bullet install target
This commit is contained in:
parent
88130feb11
commit
b32fa0f33d
1 changed files with 1 additions and 0 deletions
1
cmake/externals/bullet/CMakeLists.txt
vendored
1
cmake/externals/bullet/CMakeLists.txt
vendored
|
@ -29,6 +29,7 @@ if (WIN32)
|
|||
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} ALL_BUILD.vcxproj /p:Configuration=Release
|
||||
INSTALL_COMMAND ${MSBUILD_COMMAND} INSTALL.vcxproj /p:Configuration=Release
|
||||
LOG_DOWNLOAD 1
|
||||
LOG_CONFIGURE 1
|
||||
LOG_BUILD 1
|
||||
|
|
Loading…
Reference in a new issue