Skip to content

Commit ca5c15e

Browse files
committed
Set correct rc name.
1 parent cfe15b9 commit ca5c15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ if (WIN32)
229229
set(tesseract_hdr
230230
${tesseract_hdr}
231231
${CMAKE_CURRENT_SOURCE_DIR}/src/vs2010/tesseract/resource.h)
232-
set(tesseract_rsc ${CMAKE_BINARY_DIR}/src/vs2010/tesseract/libtesseract.rc)
232+
set(tesseract_rsc ${CMAKE_BINARY_DIR}/vs2010/tesseract/libtesseract.rc)
233233
set_source_files_properties(
234234
${CMAKE_CURRENT_SOURCE_DIR}/src/arch/dotproductsse.cpp
235235
PROPERTIES COMPILE_DEFINITIONS __SSE4_1__)

0 commit comments

Comments
 (0)