cmake setup hook: If configurePhase is set, don't override it
This commit is contained in:
parent
c95cbc12cb
commit
45f6008817
@ -47,7 +47,7 @@ cmakeConfigurePhase() {
|
|||||||
eval "$postConfigure"
|
eval "$postConfigure"
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ -z "$dontUseCmakeConfigure" ]; then
|
if [ -z "$dontUseCmakeConfigure" -a ! -v configurePhase ]; then
|
||||||
configurePhase=cmakeConfigurePhase
|
configurePhase=cmakeConfigurePhase
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user