summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-07-09 13:29:50 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-07-09 13:29:50 -0700
commitd7f372d6bee42f405e0e3772ff8c30f4c1bf6612 (patch)
tree663d0f8bc3d725fd5d799aae250fa933d0523e40 /indra/cmake
parent7a61717d879bd01931ded339a46c3ca31c6a28f5 (diff)
BUGFIX: Correcting a crash issue that was caused by the rebake navmesh callback handler unexpectedly changing the navmesh state.
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/LLPhysicsExtensions.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/LLPhysicsExtensions.cmake b/indra/cmake/LLPhysicsExtensions.cmake
index 2d26360d79..c5aff4dadf 100644
--- a/indra/cmake/LLPhysicsExtensions.cmake
+++ b/indra/cmake/LLPhysicsExtensions.cmake
@@ -22,7 +22,7 @@ find_library(LL_PHYSICS_RELWITHDEBINFO_LIB ${LLPHYSICS_EXTENSIONS_LIB_NAME} PATH
set(LLPHYSICS_LIBRARIES
debug ${LL_PHYSICS_DEBUG_LIB}
- optimized ${LL_PHYSICS_RELEASE_LIB}
+ optimized ${LL_PHYSICS_RELWITHDEBINFO_LIB}
)
if (LINUX)