diff options
| author | Marijn Tamis <[email protected]> | 2018-05-03 18:22:48 +0200 |
|---|---|---|
| committer | Marijn Tamis <[email protected]> | 2018-05-03 18:22:48 +0200 |
| commit | ca32c59a58d37c1822e185a2d5f3d0d3e8943593 (patch) | |
| tree | b06b9eec03f34344ef8fc31aa147b2714d3962ee /Externals/CMakeModules/FindPxShared.cmake | |
| parent | Forced rename of platform folders in cmake dir. Git didn't pick this up before. (diff) | |
| download | nvcloth-ca32c59a58d37c1822e185a2d5f3d0d3e8943593.tar.xz nvcloth-ca32c59a58d37c1822e185a2d5f3d0d3e8943593.zip | |
NvCloth 1.1.4 Release. (24070740)
Diffstat (limited to 'Externals/CMakeModules/FindPxShared.cmake')
| -rw-r--r-- | Externals/CMakeModules/FindPxShared.cmake | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Externals/CMakeModules/FindPxShared.cmake b/Externals/CMakeModules/FindPxShared.cmake index afee4d7..3297996 100644 --- a/Externals/CMakeModules/FindPxShared.cmake +++ b/Externals/CMakeModules/FindPxShared.cmake @@ -4,15 +4,13 @@ # PXSHARED_ROOT_DIR - The root of PxShared # NOTE: We're including a version in this, but the first hint is without one - we should use that! -FIND_PATH( PXSHARED_ROOT_DIR include/cudamanager/PxGpuCopyDesc.h +FIND_PATH( PXSHARED_ROOT_DIR include/foundation/Px.h HINTS ${GW_DEPS_ROOT}/PxShared ${GW_DEPS_ROOT}/sw/physx/PxShared/1.0/trunk - ) - - - - + NO_DEFAULT_PATH + NO_CMAKE_FIND_ROOT_PATH) + INCLUDE(FindPackageHandleStandardArgs) FIND_PACKAGE_HANDLE_STANDARD_ARGS(PxShared DEFAULT_MSG PXSHARED_ROOT_DIR) |