CMake: specify that motion only need a C compiler

Fix compilation issue on systems which don't have a C++ compiler
This commit is contained in:
Sebastiaan Lokhorst
2016-11-13 18:38:23 +01:00
parent 1cfc6031fc
commit a511b0a6bc

View File

@@ -1,4 +1,4 @@
project(motion)
project(motion C)
cmake_minimum_required(VERSION 2.8)
include(CheckIncludeFiles)