mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-16 05:25:09 +00:00
Can't build CMake project with additional libs #281
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Izaron on GitHub (Feb 18, 2017).
CLion uses CMake, and I can't build it, for example, with OCR
I have installed tesseract and leptonica developer libraries
When I trying to change "OFF" to "ON" and clean cmake and cmake folder, I get an errors
I tried change code in this part:
But got very strange behavior - this includies and define
ENABLE_OCRis available only in ccextractor.c file.Can anyone fix it? I would be very glad.