From a511b0a6bcbf1efbc2e595937474011f244bcc0e Mon Sep 17 00:00:00 2001 From: Sebastiaan Lokhorst Date: Sun, 13 Nov 2016 18:38:23 +0100 Subject: [PATCH] CMake: specify that motion only need a C compiler Fix compilation issue on systems which don't have a C++ compiler --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f58de202..1704e2b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -project(motion) +project(motion C) cmake_minimum_required(VERSION 2.8) include(CheckIncludeFiles)