Reinstate editing the paths in the .cmake files as the default behaviour.

This commit is contained in:
henry 2009-07-15 23:12:06 +01:00
parent a98c4e845b
commit d89d2eadd5

View File

@ -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