1 ympd is implemented only in C
3 By default, CMake assumes that the project is using both C and C++. By
4 explicitly passing 'C' as argument of the project() macro, we tell
5 CMake that only C is used, which prevents CMake from checking if a C++
8 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 Index: b/CMakeLists.txt
11 ===================================================================
15 cmake_minimum_required(VERSION 2.6)
19 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake/")
20 set(CPACK_PACKAGE_VERSION_MAJOR "1")
21 set(CPACK_PACKAGE_VERSION_MINOR "2")