From c5a49cf4d663bc8c1b063ea552029dec80c1a515 Mon Sep 17 00:00:00 2001 From: Thomas Orozco Date: Sat, 4 Apr 2015 17:55:39 +0200 Subject: [PATCH] Specify language in CMakeLists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f6bcc6..dfb2e98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 2.8.0) -project (tini) +project (tini C) # Config set (tini_VERSION_MAJOR 0)