mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-13 16:09:04 +08:00
add cppan depreciate info
This commit is contained in:
parent
979b17f20e
commit
d423fb16b2
@ -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}")
|
||||
|
Loading…
Reference in New Issue
Block a user