aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/GenerateProjectsOsx.sh
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/GenerateProjectsOsx.sh
parentForced rename of platform folders in cmake dir. Git didn't pick this up before. (diff)
downloadnvcloth-ca32c59a58d37c1822e185a2d5f3d0d3e8943593.tar.xz
nvcloth-ca32c59a58d37c1822e185a2d5f3d0d3e8943593.zip
NvCloth 1.1.4 Release. (24070740)
Diffstat (limited to 'NvCloth/GenerateProjectsOsx.sh')
-rw-r--r--NvCloth/GenerateProjectsOsx.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/NvCloth/GenerateProjectsOsx.sh b/NvCloth/GenerateProjectsOsx.sh
index ea53921..c52e781 100644
--- a/NvCloth/GenerateProjectsOsx.sh
+++ b/NvCloth/GenerateProjectsOsx.sh
@@ -2,7 +2,7 @@
# Make sure the various variables that we need are set
-export GW_DEPS_ROOT="$PWD""/../../../../"
+export GW_DEPS_ROOT="$PWD""/../../../../../"
if [ -e $PWD"/../Externals/CMakeModules" ]; then
export GW_DEPS_ROOT="$PWD""/../../"
@@ -18,7 +18,7 @@ export PX_OUTPUT_ROOT="$PWD"
# Install cmake using packman
export PACKMAN="./scripts/packman/packman.sh"
source $PACKMAN pull -p mac "./scripts/packman/packages/cmake.packman.xml" || exit 1
-export CMAKE="$PM_PACKAGES_ROOT/cmake-mac-x86_64/3.7.2/bin/cmake"
+export CMAKE="$PM_cmake_PATH/bin/cmake"
# Cuda isn't supported on mac yet