Skip to content

Commit

Permalink
Merge pull request #3155 from Shatur95/fix-cmake-targets-path
Browse files Browse the repository at this point in the history
Fix CMake targets path
  • Loading branch information
egorpugin authored Nov 18, 2020
2 parents e20ffdd + 8014773 commit dea08c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/templates/TesseractConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
# ===================================================================================

include(${CMAKE_CURRENT_LIST_DIR}/TesseractTargets.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/tesseract/TesseractTargets.cmake)

find_package(Leptonica REQUIRED)

Expand Down

0 comments on commit dea08c3

Please sign in to comment.