From b910ebeaa2cbdada9e4f4fe503c70319f3a929e8 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Sat, 8 Nov 2014 20:45:09 -0500 Subject: json_spirit: Remove unneeded CMake switches Signed-off-by: Timothy Gu --- src/json_spirit.mk | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/json_spirit.mk b/src/json_spirit.mk index 0eb80e1..92baaed 100644 --- a/src/json_spirit.mk +++ b/src/json_spirit.mk @@ -33,17 +33,7 @@ define $(PKG)_BUILD -DCMAKE_TOOLCHAIN_FILE='$(CMAKE_TOOLCHAIN_FILE)' \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_RELEASE_POSTFIX='' \ - -DBoost_THREADAPI=win32 \ - -DBUILD_TESTS=OFF \ - -DBUILD_apps=OFF \ - -DBUILD_examples=OFF \ - -DBUILD_global_tests=OFF \ - -DBUILD_tools=OFF \ - -DHAVE_MM_MALLOC_EXITCODE=0 \ - -DHAVE_SSE4_1_EXTENSIONS_EXITCODE=0 \ - -DHAVE_SSE3_EXTENSIONS_EXITCODE=0 \ - -DHAVE_SSE2_EXTENSIONS_EXITCODE=0 \ - -DHAVE_SSE_EXTENSIONS_EXITCODE=0 + -DBoost_THREADAPI=win32 $(MAKE) -C '$(1).build' -j '$(JOBS)' VERBOSE=1 || $(MAKE) -C '$(1)' -j 1 VERBOSE=1 $(MAKE) -C '$(1).build' -j 1 install VERBOSE=1 endef -- cgit v0.12