>From cb9f85e6063f4eddcb5c441f9f70cc00f349d8f0 Mon Sep 17 00:00:00 2001 From: Nikolaus Waxweiler Date: Sat, 7 Apr 2018 21:37:41 +0100 Subject: [PATCH 04/19] CMakeLists.txt: Declare FreeType a C project This makes CMake not look for a C++ compiler. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 901e3b5bb..0206cab95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -125,7 +125,7 @@ else () endif () -project(freetype) +project(freetype C) # Disallow in-source builds -- 2.14.3