mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
Update CMakeLists.txt
This commit is contained in:
parent
01c364d287
commit
193032a778
@ -213,7 +213,7 @@ set_target_properties (tesseract PROPERTIES OUTPUT_NAME tesseract${VER
|
||||
set_target_properties (tesseract PROPERTIES DEBUG_OUTPUT_NAME tesseract${VERSION_MAJOR}${VERSION_MINOR}d)
|
||||
endif()
|
||||
|
||||
if (NOT USES_CPPAN)
|
||||
if (NOT CPPAN_BUILD)
|
||||
target_link_libraries (tesseract ${Leptonica_LIBRARIES})
|
||||
export(TARGETS tesseract FILE ${CMAKE_BINARY_DIR}/TesseractTargets.cmake)
|
||||
else()
|
||||
|
Loading…
Reference in New Issue
Block a user