aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/GenerateProjectsLinux.sh
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/GenerateProjectsLinux.sh
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/GenerateProjectsLinux.sh')
-rw-r--r--NvCloth/GenerateProjectsLinux.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/NvCloth/GenerateProjectsLinux.sh b/NvCloth/GenerateProjectsLinux.sh
index 72bbdda..3be88ac 100644
--- a/NvCloth/GenerateProjectsLinux.sh
+++ b/NvCloth/GenerateProjectsLinux.sh
@@ -2,11 +2,7 @@
# Make sure the various variables that we need are set
-export GW_DEPS_ROOT="$PWD""/../../../../../"
-
-if [ -e $PWD"/../Externals/CMakeModules" ]; then
- export GW_DEPS_ROOT="$PWD""/../"
-fi
+export GW_DEPS_ROOT="$PWD""/../"
[ -z "$GW_DEPS_ROOT" ] && echo "GW_DEPS_ROOT not defined." && exit 1;