aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/FindNvCloth.cmake
diff options
context:
space:
mode:
authorMarijn Tamis <[email protected]>2018-05-03 18:22:48 +0200
committerMarijn Tamis <[email protected]>2018-05-03 18:22:48 +0200
commitca32c59a58d37c1822e185a2d5f3d0d3e8943593 (patch)
treeb06b9eec03f34344ef8fc31aa147b2714d3962ee /NvCloth/FindNvCloth.cmake
parentForced rename of platform folders in cmake dir. Git didn't pick this up before. (diff)
downloadarchived-nvcloth-ca32c59a58d37c1822e185a2d5f3d0d3e8943593.tar.xz
archived-nvcloth-ca32c59a58d37c1822e185a2d5f3d0d3e8943593.zip
NvCloth 1.1.4 Release. (24070740)
Diffstat (limited to 'NvCloth/FindNvCloth.cmake')
-rw-r--r--NvCloth/FindNvCloth.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/NvCloth/FindNvCloth.cmake b/NvCloth/FindNvCloth.cmake
index ab2a5b4..e9966a3 100644
--- a/NvCloth/FindNvCloth.cmake
+++ b/NvCloth/FindNvCloth.cmake
@@ -8,9 +8,8 @@ FIND_PATH( NVCLOTH_ROOT_DIR include/NvCloth/Fabric.h
HINTS
${GW_DEPS_ROOT}/NvCloth
${GW_DEPS_ROOT}/sw/devrel/libdev/NvCloth/trunk
- )
-
-
+ NO_DEFAULT_PATH
+ NO_CMAKE_FIND_ROOT_PATH)
INCLUDE(FindPackageHandleStandardArgs)