From 5179d0610e13189691b5b97eebe976200f221350 Mon Sep 17 00:00:00 2001 From: Pham Hong Duc Date: Sun, 10 Dec 2023 22:46:16 +0700 Subject: [PATCH] #81 Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aecff8275..99b32ca90 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()