aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/Tools/AuthoringLibrary/external/CMakeModules/FindPxShared.cmake
diff options
context:
space:
mode:
authorMarijn Tamis <[email protected]>2019-04-01 14:21:09 +0200
committerMarijn Tamis <[email protected]>2019-04-01 14:21:09 +0200
commitd243404d4ba88bcf53f7310cc8980b4efe38c19f (patch)
treedcc8ce2904e9f813e03f71f825c4d3c9ec565d91 /NvCloth/Tools/AuthoringLibrary/external/CMakeModules/FindPxShared.cmake
parentAdd new SetSpheres and SetPlanes api's to bring them in line with setTriangles. (diff)
downloadnvcloth-1.1.6.tar.xz
nvcloth-1.1.6.zip
1.1.6 Release.1.1.6
Diffstat (limited to 'NvCloth/Tools/AuthoringLibrary/external/CMakeModules/FindPxShared.cmake')
-rw-r--r--NvCloth/Tools/AuthoringLibrary/external/CMakeModules/FindPxShared.cmake20
1 files changed, 0 insertions, 20 deletions
diff --git a/NvCloth/Tools/AuthoringLibrary/external/CMakeModules/FindPxShared.cmake b/NvCloth/Tools/AuthoringLibrary/external/CMakeModules/FindPxShared.cmake
deleted file mode 100644
index c094676..0000000
--- a/NvCloth/Tools/AuthoringLibrary/external/CMakeModules/FindPxShared.cmake
+++ /dev/null
@@ -1,20 +0,0 @@
-# - Try to find PxShared
-# Once done this will define
-# PXSHARED_FOUND - System has PxShared
-# 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
- HINTS
- ${GW_DEPS_ROOT}/PxShared/${PxShared_FIND_VERSION}
- ${GW_DEPS_ROOT}/sw/physx/PxShared/1.0/trunk
-
- )
-
-
-
-
-INCLUDE(FindPackageHandleStandardArgs)
-FIND_PACKAGE_HANDLE_STANDARD_ARGS(PxShared DEFAULT_MSG PXSHARED_ROOT_DIR)
-
-mark_as_advanced(PXSHARED_ROOT_DIR)