aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/GenerateProjectsLinux.sh
diff options
context:
space:
mode:
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;