aboutsummaryrefslogtreecommitdiff
path: root/sdk/compiler/cmake/modules/FindPhysXSDK.cmake
diff options
context:
space:
mode:
authorAnton Novoselov <[email protected]>2017-08-01 12:53:38 +0300
committerAnton Novoselov <[email protected]>2017-08-01 12:53:38 +0300
commit236f03c0b9a4982328ed1201978f7f69d192d9b2 (patch)
treee486f2fa39dba203563895541e92c60ed3e25759 /sdk/compiler/cmake/modules/FindPhysXSDK.cmake
parentAdded screens to welcome page (diff)
downloadblast-236f03c0b9a4982328ed1201978f7f69d192d9b2.tar.xz
blast-236f03c0b9a4982328ed1201978f7f69d192d9b2.zip
Blast 1.1 release (windows / linux)
see docs/release_notes.txt for details
Diffstat (limited to 'sdk/compiler/cmake/modules/FindPhysXSDK.cmake')
-rw-r--r--sdk/compiler/cmake/modules/FindPhysXSDK.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdk/compiler/cmake/modules/FindPhysXSDK.cmake b/sdk/compiler/cmake/modules/FindPhysXSDK.cmake
index 830e6c5..4b9176f 100644
--- a/sdk/compiler/cmake/modules/FindPhysXSDK.cmake
+++ b/sdk/compiler/cmake/modules/FindPhysXSDK.cmake
@@ -16,9 +16,9 @@ find_path(PHYSXSDK_PATH Include/PxActor.h
if (TARGET_BUILD_PLATFORM STREQUAL "Windows")
# If the project pulling in this dependency needs the static crt, then append that to the path.
if (STATIC_WINCRT)
- SET(PXSHARED_CRT_SUFFIX "-staticcrt")
+ SET(PHYSX_CRT_SUFFIX "-staticcrt")
else()
- SET(PXSHARED_CRT_SUFFIX "")
+ SET(PHYSX_CRT_SUFFIX "")
endif()
if (CMAKE_CL_64)