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 /NvCloth/FindNvCloth.cmake | |
| parent | Forced rename of platform folders in cmake dir. Git didn't pick this up before. (diff) | |
| download | archived-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.cmake | 5 |
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) |