summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <aega@med.umich.edu>2011-11-04 10:52:51 -0400
committerAlan Antonuk <aega@med.umich.edu>2011-11-04 10:52:51 -0400
commitf5ff8ec5fcebf819b8fbf8b20aff0ce2364553cc (patch)
tree531ad454c38dbd29ab84cf10cd5ff5a67ebe48f9
parentfa7234e190e9109c5b9b537f7409a33e353315ff (diff)
downloadrabbitmq-c-github-ask-f5ff8ec5fcebf819b8fbf8b20aff0ce2364553cc.tar.gz
Specify the project language as C to prevent CMake for looking for a c++ compiler
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8c81668..9a03152 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8)
-project(rabbitmq-c)
+project(rabbitmq-c "C")
#find python
find_package(PythonInterp REQUIRED)