aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target
diff options
context:
space:
mode:
authorwsnipex <wsnipex@a1.net>2016-11-22 14:23:33 +0100
committerwsnipex <wsnipex@a1.net>2016-11-23 11:09:06 +0100
commit574607c47ba4104abe483a4172f814ab9cd4848c (patch)
treef57ffb847593fe0764dfd3778dd1d9d9863f4dcb /tools/depends/target
parentd0f3d6a322f4d5c596ed696b4bd8b4a7150a055c (diff)
[cmake] don't rebuild ffmpeg and crossguid when building from depends
both libs where already built during depends stage
Diffstat (limited to 'tools/depends/target')
-rw-r--r--tools/depends/target/cmakebuildsys/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/cmakebuildsys/Makefile b/tools/depends/target/cmakebuildsys/Makefile
index b2b472f3ce..9ceaad63b6 100644
--- a/tools/depends/target/cmakebuildsys/Makefile
+++ b/tools/depends/target/cmakebuildsys/Makefile
@@ -12,7 +12,7 @@ endif
all:
mkdir -p $(CORE_SOURCE_DIR)/build
- cd $(CORE_SOURCE_DIR)/build; $(CMAKE) -DCMAKE_BUILD_TYPE=$(Configuration) $(CORE_SOURCE_DIR)/project/cmake
+ cd $(CORE_SOURCE_DIR)/build; $(CMAKE) -DCMAKE_BUILD_TYPE=$(Configuration) -DENABLE_INTERNAL_CROSSGUID=OFF -DENABLE_INTERNAL_FFMPEG=OFF $(CORE_SOURCE_DIR)/project/cmake
clean:
cd $(CORE_SOURCE_DIR)/build; $(MAKE) clean