mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-17 15:01:06 +00:00
ADD_DEFINITIONS( -D_CRT_SECURE_NO_DEPRECATE) for COLLADA_DOM/CMakeLists.txt, so that msvc stop warning/complaining about sprintf etc.
This commit is contained in:
parent
2c00af5dc9
commit
abfe5c81f7
@ -3,6 +3,8 @@ ${BULLET_PHYSICS_SOURCE_DIR}/Extras/LibXML/include ${BULLET_PHYSICS_SOURCE_DIR}/
|
||||
)
|
||||
|
||||
ADD_DEFINITIONS( -D_CRT_SECURE_NO_WARNINGS)
|
||||
ADD_DEFINITIONS( -D_CRT_SECURE_NO_DEPRECATE)
|
||||
|
||||
|
||||
ADD_LIBRARY(LibColladaDom
|
||||
src/1.4/dom/domAccessor.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user