Skip to content
Snippets Groups Projects
Commit d89d2ead authored by henry's avatar henry
Browse files

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

parent a98c4e84
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment