ympd is implemented only in C
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 8 Mar 2018 17:00:09 +0000 (18:00 +0100)
committerFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 8 Mar 2018 17:02:26 +0000 (18:02 +0100)
commitf53c0956d4869acd38a4b71326439fa785e1897d
tree7a9d2aa18d2a8fbff592d92e7192e3b6e9ee9dda
parent88b2aa70c89d7f9ca249b9bdd70f514e94805282
ympd is implemented only in C

By default, CMake assumes that the project is using both C and C++. By
explicitly passing 'C' as argument of the project() macro, we tell
CMake that only C is used, which prevents CMake from checking if a C++
compiler exists.

Patch applied to buildroot since 2014:
https://git.buildroot.net/buildroot/commit/package/ympd?id=40aa523af26963321443a2d96c64ce128577ca77

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
CMakeLists.txt