From d89d2eadd5dcf93ba397cd350e62fa8d1e6d1fbb Mon Sep 17 00:00:00 2001
From: henry <Henry Weller h.weller@opencfd.co.uk>
Date: Wed, 15 Jul 2009 23:12:06 +0100
Subject: [PATCH] Reinstate editing the paths in the .cmake files as the
 default behaviour.

---
 bin/buildParaView | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/buildParaView b/bin/buildParaView
index cceee964873..e7c6c6f9b06 100755
--- a/bin/buildParaView
+++ b/bin/buildParaView
@@ -114,7 +114,7 @@ runCONFIG=true
 runMAKE=true
 runMAKEDOC=true
 runINSTALL=true
-runENVPATH=false
+runENVPATH=true
 
 
 # parse options
@@ -153,6 +153,7 @@ do
         shift
         ;;
     -envpath)            # optional: change cmake files to use env variables
+                         # This is now the default behaviour
         runCONFIG=false
         runMAKE=false
         runMAKEDOC=false
-- 
GitLab