Skip to content

Commit cfe15b9

Browse files
committed
Remove wrong src dir from configure.
1 parent 8ae22b9 commit cfe15b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ configure_file(
132132
${CMAKE_BINARY_DIR}/api/tess_version.h @ONLY)
133133
configure_file(
134134
${CMAKE_SOURCE_DIR}/src/vs2010/tesseract/tesseract.rc.in
135-
${CMAKE_BINARY_DIR}/src/vs2010/tesseract/tesseract.rc @ONLY)
135+
${CMAKE_BINARY_DIR}/vs2010/tesseract/tesseract.rc @ONLY)
136136
configure_file(
137137
${CMAKE_SOURCE_DIR}/src/vs2010/tesseract/libtesseract.rc.in
138-
${CMAKE_BINARY_DIR}/src/vs2010/tesseract/libtesseract.rc @ONLY)
138+
${CMAKE_BINARY_DIR}/vs2010/tesseract/libtesseract.rc @ONLY)
139139
configure_file(
140140
${CMAKE_SOURCE_DIR}/cmake/templates/TesseractConfig-version.cmake.in
141141
${CMAKE_BINARY_DIR}/TesseractConfig-version.cmake @ONLY)

0 commit comments

Comments
 (0)