From a714284d8b7d2dac3ed2c76670f290fe332da00c Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sun, 24 Jan 2016 12:20:39 -0600 Subject: [PATCH] cmake: don't set incompatible flags for multiple outputs --- pkgs/development/tools/build-managers/cmake/setup-hook.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/build-managers/cmake/setup-hook.sh b/pkgs/development/tools/build-managers/cmake/setup-hook.sh index c4684e0376c..b14e9984bc3 100755 --- a/pkgs/development/tools/build-managers/cmake/setup-hook.sh +++ b/pkgs/development/tools/build-managers/cmake/setup-hook.sh @@ -57,6 +57,7 @@ cmakeConfigurePhase() { } if [ -z "$dontUseCmakeConfigure" -a -z "$configurePhase" ]; then + setOutputFlags= configurePhase=cmakeConfigurePhase fi