From 5d6f858235027bbc506dc46b707b2feecc1bedf7 Mon Sep 17 00:00:00 2001 From: DRC Date: Fri, 18 Feb 2011 23:08:58 +0000 Subject: [PATCH] Disable CXX compiler check git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@406 632fc199-4ca6-4c93-a231-07263d6284db --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb6145c..aa6871d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.6) -project(libjpeg-turbo) +project(libjpeg-turbo C) set(VERSION 1.1.0) if(MINGW OR CYGWIN) -- 2.40.0