mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
cmake: disable unused checks
This commit is contained in:
parent
d7373727d6
commit
699c1538fb
@ -45,7 +45,7 @@ endif()
|
||||
#
|
||||
# ##############################################################################
|
||||
|
||||
project(tesseract C CXX)
|
||||
project(tesseract CXX)
|
||||
|
||||
# Get version with components from VERSION file.
|
||||
file(STRINGS "VERSION" VERSION_PLAIN)
|
||||
|
@ -96,13 +96,13 @@ set(include_files_list
|
||||
pango-1.0/pango/pango-features.h
|
||||
unicode/uchar.h
|
||||
)
|
||||
check_includes(include_files_list)
|
||||
# check_includes(include_files_list)
|
||||
|
||||
set(types_list
|
||||
"long long int"
|
||||
wchar_t
|
||||
)
|
||||
check_types(types_list)
|
||||
# check_types(types_list)
|
||||
|
||||
list(APPEND CMAKE_REQUIRED_DEFINITIONS -D_GNU_SOURCE)
|
||||
list(APPEND CMAKE_REQUIRED_LIBRARIES -lm)
|
||||
|
Loading…
Reference in New Issue
Block a user