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