cmake: don't set incompatible flags for multiple outputs

This commit is contained in:
Thomas Tuegel 2016-01-24 12:20:39 -06:00
parent 1087020a46
commit a714284d8b

View file

@ -57,6 +57,7 @@ cmakeConfigurePhase() {
}
if [ -z "$dontUseCmakeConfigure" -a -z "$configurePhase" ]; then
setOutputFlags=
configurePhase=cmakeConfigurePhase
fi