mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Reinstate editing the paths in the .cmake files as the default behaviour.
This commit is contained in:
@ -114,7 +114,7 @@ runCONFIG=true
|
|||||||
runMAKE=true
|
runMAKE=true
|
||||||
runMAKEDOC=true
|
runMAKEDOC=true
|
||||||
runINSTALL=true
|
runINSTALL=true
|
||||||
runENVPATH=false
|
runENVPATH=true
|
||||||
|
|
||||||
|
|
||||||
# parse options
|
# parse options
|
||||||
@ -153,6 +153,7 @@ do
|
|||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
-envpath) # optional: change cmake files to use env variables
|
-envpath) # optional: change cmake files to use env variables
|
||||||
|
# This is now the default behaviour
|
||||||
runCONFIG=false
|
runCONFIG=false
|
||||||
runMAKE=false
|
runMAKE=false
|
||||||
runMAKEDOC=false
|
runMAKEDOC=false
|
||||||
|
|||||||
Reference in New Issue
Block a user