From 9f278588eb47d09e9e05e3767f1e6a9ef64395ea Mon Sep 17 00:00:00 2001 From: zdenop Date: Fri, 11 Mar 2022 12:58:03 +0100 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 117ce528..f37eb6d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ endif() # # ############################################################################## -project(tesseract CXX) +project(tesseract C CXX) # Get version with components from VERSION file. file(STRINGS "VERSION" VERSION_PLAIN)