Skip to content

Commit f5ff8ec

Browse files
committed
Specify the project language as C to prevent CMake for looking for a c++ compiler
1 parent fa7234e commit f5ff8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 2.8)
2-
project(rabbitmq-c)
2+
project(rabbitmq-c "C")
33

44
#find python
55
find_package(PythonInterp REQUIRED)

0 commit comments

Comments
 (0)