Skip to content
Snippets Groups Projects
Commit 988a88d7 authored by Harald Scheirich's avatar Harald Scheirich
Browse files

BUG: Fix PhysX linking in linux debug

parent 7ea0cb1f
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ if(NOT (MSVC OR XCode))
if(CMAKE_BUILD_TYPE MATCHES DEBUG)
unset(PHYSX_BUILD_RELEASE)
unset(PHYSX_INSTALL_RELEASE)
set(PHYSX_CONFIGURATION debug)
else()
unset(PHYSX_BUILD_DEBUG)
unset(PHYSX_INSTALL_DEBUG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment