1 Use only the C language
3 libirqf is written completely in C, but by default, CMake assumes that
4 both C and C++ are used, and therefore verifies that a C++ compiler is
5 installed. This may not necessarily be the case for a C-only package
8 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 Index: b/src/CMakeLists.txt
11 ===================================================================
12 --- a/src/CMakeLists.txt
13 +++ b/src/CMakeLists.txt
17 set (iqrf_version_major 0)
18 set (iqrf_version_minor 1)
19 set (iqrf_version_patch 2)
20 Index: b/CMakeLists.txt
21 ===================================================================
27 cmake_minimum_required(VERSION 2.8.1)