Skip to content

Commit

Permalink
cmake: don't set incompatible flags for multiple outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel committed Feb 1, 2016
1 parent 1087020 commit a714284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/tools/build-managers/cmake/setup-hook.sh
Expand Up @@ -57,6 +57,7 @@ cmakeConfigurePhase() {
}

if [ -z "$dontUseCmakeConfigure" -a -z "$configurePhase" ]; then
setOutputFlags=
configurePhase=cmakeConfigurePhase
fi

Expand Down

0 comments on commit a714284

Please sign in to comment.