summaryrefslogtreecommitdiff
path: root/BlocksRuntime
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-09-23 03:53:48 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-09-23 03:53:48 +0000
commitb0f3cb3c458bbb41f51c3c7e766f29d81e7c3dff (patch)
tree5a062c01acd3895b4231e7853658f82a8f5ffa7c /BlocksRuntime
parent26e507aa23c3c07a205510063c48c60dbfbc999d (diff)
downloadcompiler-rt-b0f3cb3c458bbb41f51c3c7e766f29d81e7c3dff.tar.gz
compiler-rt-b0f3cb3c458bbb41f51c3c7e766f29d81e7c3dff.tar.bz2
compiler-rt-b0f3cb3c458bbb41f51c3c7e766f29d81e7c3dff.tar.xz
We don't need a C++ compiler to build Blocks, Don't check for one.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@82606 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'BlocksRuntime')
-rw-r--r--BlocksRuntime/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/BlocksRuntime/CMakeLists.txt b/BlocksRuntime/CMakeLists.txt
index 46b8993f..5b4686b8 100644
--- a/BlocksRuntime/CMakeLists.txt
+++ b/BlocksRuntime/CMakeLists.txt
@@ -1,4 +1,4 @@
-PROJECT( BlocksRuntime )
+PROJECT( BlocksRuntime C )
SET( SRCS
runtime.c