[llvm-branch-commits] [cfe-branch] r115226 - /cfe/branches/Apple/lemur-IB/Makefile

Daniel Dunbar daniel at zuster.org
Thu Sep 30 15:37:41 PDT 2010


Author: ddunbar
Date: Thu Sep 30 17:37:41 2010
New Revision: 115226

URL: http://llvm.org/viewvc/llvm-project?rev=115226&view=rev
Log:
Disable unittest and example projects in CMake build.

Modified:
    cfe/branches/Apple/lemur-IB/Makefile

Modified: cfe/branches/Apple/lemur-IB/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/lemur-IB/Makefile?rev=115226&r1=115225&r2=115226&view=diff
==============================================================================
--- cfe/branches/Apple/lemur-IB/Makefile (original)
+++ cfe/branches/Apple/lemur-IB/Makefile Thu Sep 30 17:37:41 2010
@@ -72,6 +72,8 @@
 	           "-DLLVM_USE_CRT_MINSIZEREL:=$(MSVC_CRT)" \
 	           "-DLLVM_USE_CRT_RELWITHDEBINFO:=$(MSVC_CRT)" \
 	           "-DCMAKE_CXX_STANDARD_LIBRARIES:STRING=$(CXXLIBS)" \
+	           "-DLLVM_INCLUDE_EXAMPLES:=OFF" \
+	           "-DLLVM_INCLUDE_TESTS:=OFF" \
 	           -G "Visual Studio 10" \
 	           "$(SRCROOT)\src"
 





More information about the llvm-branch-commits mailing list