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