mirror of
https://github.com/Motion-Project/motion.git
synced 2026-04-20 22:17:00 -04:00
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:
@@ -1,4 +1,4 @@
|
||||
project(motion)
|
||||
project(motion C)
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
include(CheckIncludeFiles)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user