mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
rename version.h.in because the filename is too general for distribution
This commit is contained in:
parent
f8e26eedff
commit
af037c27e7
@ -121,8 +121,8 @@ configure_file(${AUTOCONFIG_SRC} ${AUTOCONFIG} @ONLY)
|
||||
set(INCLUDE_DIR "${CMAKE_INSTALL_PREFIX}/include" "${CMAKE_INSTALL_PREFIX}/include/tesseract")
|
||||
|
||||
configure_file(
|
||||
${CMAKE_SOURCE_DIR}/api/version.h.in
|
||||
${CMAKE_BINARY_DIR}/api/version.h @ONLY)
|
||||
${CMAKE_SOURCE_DIR}/api/tess_version.h.in
|
||||
${CMAKE_BINARY_DIR}/api/tess_version.h @ONLY)
|
||||
configure_file(
|
||||
${CMAKE_SOURCE_DIR}/vs2010/tesseract/tesseract.rc.in
|
||||
${CMAKE_BINARY_DIR}/vs2010/tesseract/tesseract.rc @ONLY)
|
||||
|
@ -479,7 +479,7 @@ fi
|
||||
# Output files
|
||||
AC_CONFIG_FILES([Makefile tesseract.pc])
|
||||
AC_CONFIG_FILES([api/Makefile])
|
||||
AC_CONFIG_FILES([api/version.h])
|
||||
AC_CONFIG_FILES([api/tess_version.h])
|
||||
AC_CONFIG_FILES([arch/Makefile])
|
||||
AC_CONFIG_FILES([ccmain/Makefile])
|
||||
AC_CONFIG_FILES([opencl/Makefile])
|
||||
|
Loading…
Reference in New Issue
Block a user