Skip to content

Commit

Permalink
Merge pull request #758 from cho-m/remove-broken-cmake
Browse files Browse the repository at this point in the history
Remove broken CMake config files from autotools
  • Loading branch information
zdenop authored Oct 28, 2024
2 parents 2daaaad + 2d45ffc commit c3f5c87
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ EXTRA_DIST = config README.html leptonica-license.txt moller52.jpg version-notes
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = lept.pc

# Cmake configs:
lept_cmakeconfigdir = $(libdir)/cmake/
lept_cmakeconfig_DATA = \
cmake/templates/LeptonicaConfig.cmake \
cmake/templates/LeptonicaConfig-version.cmake

SUBDIRS = src prog

# The fuzzing tests are run by OSS-Fuzz https://oss-fuzz.com/,
Expand Down
2 changes: 0 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ AC_SUBST([VERSION_PATCH], [$(echo "$AX_POINT_VERSION" | $SED 's/^\([[0-9]][[0-9]
INCLUDE_PATH=`eval echo $includedir`
AC_SUBST([INCLUDE_DIR], ["${INCLUDE_PATH}/leptonica"])
AC_SUBST([leptonica_OUTPUT_NAME], ["leptonica"])
AC_CONFIG_FILES(cmake/templates/LeptonicaConfig.cmake)
AC_CONFIG_FILES(cmake/templates/LeptonicaConfig-version.cmake)

# Create symlink
AC_PROG_LN_S
Expand Down

0 comments on commit c3f5c87

Please sign in to comment.