Skip to content

Commit

Permalink
#81 Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamhong committed Dec 10, 2023
1 parent 8b7f8cc commit 2ebc8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ endif()
# bullet engine
option(BUILD_BULLET_PHYSIC_LIB "Build bullet physic" ON)

if (BUILD_RECAST_NAVIGATION_LIB)
if (BUILD_BULLET_PHYSIC_LIB)
add_definitions(-DUSE_BULLET_PHYSIC_ENGINE)
endif()

Expand Down

0 comments on commit 2ebc8dc

Please sign in to comment.