mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-09 06:33:51 +02:00
fix typo in libraries/physics/CMakeLists.txt
This commit is contained in:
parent
c18121756c
commit
29fd359385
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue