From d423fb16b2cd8095a75b6857ba56f55a6321cf0b Mon Sep 17 00:00:00 2001 From: zdenop Date: Sat, 2 Nov 2019 00:27:10 +0100 Subject: [PATCH] add cppan depreciate info --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f8380547..befe8a03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -324,6 +324,12 @@ message( STATUS "MARCH_NATIVE_OPT: ${MARCH_NATIVE_OPT}") message( STATUS "sim_flags: ${sim_flags}") message( STATUS "--------------------------------------------------------") message( STATUS "Build with cppan [CPPAN_BUILD]: ${CPPAN_BUILD}") +if (CPPAN_BUILD) +message( STATUS "##################################################################################") +message( "!! CPPAN is depreciated! Please consider switching to SW Build.\n" + " More details: https://github.com/tesseract-ocr/tesseract/wiki/Compiling#windows") +message( STATUS "##################################################################################") +endif() message( STATUS "Build with sw [SW_BUILD]: ${SW_BUILD}") message( STATUS "Build with openmp support [OPENMP_BUILD]: ${OPENMP_BUILD}") message( STATUS "Disable disable graphics (ScrollView) [GRAPHICS_DISABLED]: ${GRAPHICS_DISABLED}")