1 From e4ed3e2c3fd5a859567f510deeb49a915d96700f Mon Sep 17 00:00:00 2001
2 From: Baruch Siach <baruch@tkos.co.il>
3 Date: Sat, 14 Jan 2017 21:06:25 +0200
4 Subject: [PATCH] Disable C++ compiler check
6 jasper does not use C++ code. Allow use of toolchains without C++ support.
8 Signed-off-by: Baruch Siach <baruch@tkos.co.il>
10 Upstream status: https://github.com/mdadams/jasper/pull/110
12 1 file changed, 1 insertion(+), 1 deletion(-)
14 diff --git a/CMakeLists.txt b/CMakeLists.txt
15 index 6c99b3e7df31..3ac166b060ad 100644
19 cmake_minimum_required (VERSION 2.8.11)
25 ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/build/cmake/modules/")