Skip to content

Commit 3e6ec97

Browse files
committed
Remove altorenderer.cpp from resource compiling (already included in tesseract_src)
1 parent 8885fe2 commit 3e6ec97

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
@@ -225,7 +225,7 @@ if (WIN32)
225225
set(tesseract_hdr
226226
${tesseract_hdr}
227227
${CMAKE_CURRENT_SOURCE_DIR}/src/vs2010/tesseract/resource.h)
228-
set(tesseract_rsc ${CMAKE_CURRENT_BINARY_DIR}/vs2010/tesseract/libtesseract.rc src/api/altorenderer.cpp)
228+
set(tesseract_rsc ${CMAKE_CURRENT_BINARY_DIR}/vs2010/tesseract/libtesseract.rc)
229229
set_source_files_properties(
230230
${CMAKE_CURRENT_SOURCE_DIR}/src/arch/dotproductsse.cpp
231231
PROPERTIES COMPILE_DEFINITIONS __SSE4_1__)

0 commit comments

Comments
 (0)