From 05c6e1ee01210d28af84076e6ff54dd16505cf23 Mon Sep 17 00:00:00 2001 From: Yao Yue Date: Thu, 5 May 2016 01:01:35 +0200 Subject: [PATCH] explicitly make ccommon a C project to avoid checking for CXX related variables --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 93067d859..eee63198e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 2.6) -project(ccommon) +project(ccommon C) enable_testing()