File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ configure_file(${AUTOCONFIG_SRC} ${AUTOCONFIG} @ONLY)
121
121
set (INCLUDE_DIR "${CMAKE_INSTALL_PREFIX} /include" "${CMAKE_INSTALL_PREFIX} /include/tesseract" )
122
122
123
123
configure_file (
124
- ${CMAKE_SOURCE_DIR} /api/version .h.in
125
- ${CMAKE_BINARY_DIR} /api/version .h @ONLY)
124
+ ${CMAKE_SOURCE_DIR} /api/tess_version .h.in
125
+ ${CMAKE_BINARY_DIR} /api/tess_version .h @ONLY)
126
126
configure_file (
127
127
${CMAKE_SOURCE_DIR} /vs2010/tesseract/tesseract.rc.in
128
128
${CMAKE_BINARY_DIR} /vs2010/tesseract/tesseract.rc @ONLY)
File renamed without changes.
Original file line number Diff line number Diff line change 479
479
# Output files
480
480
AC_CONFIG_FILES([Makefile tesseract.pc])
481
481
AC_CONFIG_FILES([api/Makefile])
482
- AC_CONFIG_FILES([api/version .h])
482
+ AC_CONFIG_FILES([api/tess_version .h])
483
483
AC_CONFIG_FILES([arch/Makefile])
484
484
AC_CONFIG_FILES([ccmain/Makefile])
485
485
AC_CONFIG_FILES([opencl/Makefile])
You can’t perform that action at this time.
0 commit comments