fix typo in libraries/physics/CMakeLists.txt

This commit is contained in:
Andrew Meadows 2014-10-29 14:39:23 -07:00
parent c18121756c
commit 29fd359385

View file

@ -12,7 +12,7 @@ find_package(Bullet)
if (BULLET_FOUND)
include_directories(SYSTEM "${BULLET_INCLUDE_DIRS}")
list(APPEND ${TARGET_NAME}_LIBRARIES_TO_LINK "${BULLET_LIBRARIES}")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DUSE_BULLET_PHYSICS}")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DUSE_BULLET_PHYSICS")
endif (BULLET_FOUND)
# call macro to link our dependencies and bubble them up via a property on our target