From f5ff8ec5fcebf819b8fbf8b20aff0ce2364553cc Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Fri, 4 Nov 2011 10:52:51 -0400 Subject: Specify the project language as C to prevent CMake for looking for a c++ compiler --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1