cmake: don't set incompatible flags for multiple outputs
This commit is contained in:
parent
1087020a46
commit
a714284d8b
|
@ -57,6 +57,7 @@ cmakeConfigurePhase() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ -z "$dontUseCmakeConfigure" -a -z "$configurePhase" ]; then
|
if [ -z "$dontUseCmakeConfigure" -a -z "$configurePhase" ]; then
|
||||||
|
setOutputFlags=
|
||||||
configurePhase=cmakeConfigurePhase
|
configurePhase=cmakeConfigurePhase
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue