DanBloomberg / leptonica

Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications. The official github repository for Leptonica is: danbloomberg/leptonica. See leptonica.org for more documentation.
Other
1.74k stars 387 forks source link

Use the VERSION argument of the project call #665

Closed autoantwort closed 1 year ago

zdenop commented 1 year ago
>git fetch upstream pull/665/head:pr665
>git checkout pr665
>cmake -Bbuild.662 -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% -DCMAKE_PREFIX_PATH=%INSTALL_DIR% -DBUILD_PROG=OFF -DSW_BUILD=OFF -DBUILD_SHARED_LIBS=ON
CMake Error at CMakeLists.txt:42 (project):
  project with VERSION, DESCRIPTION or HOMEPAGE_URL must use LANGUAGES before
  language names.
>cmake --version
cmake version 3.25.2
autoantwort commented 1 year ago

Fixed it :)

DanBloomberg commented 1 year ago

@zdenop

There are a large number of naming changes in this PR. I'll run the workflows.

autoantwort commented 1 year ago

The fuzzing pipeline failure is afaiu unrelated to this PR

zdenop commented 1 year ago

@DanBloomberg : I would suggest merging this. I do not see a problem with it, but it could affect external projects using leptonica, I am afraid without merging to master they will not test it.

DanBloomberg commented 1 year ago

@zdenop : merged