Skip to content

Commit 0c5f819

Browse files
committed
Fix broken builds
Don't use CPPAN by default because it fails with an error message: /usr/bin/ld: cannot find -lpvt.cppan.demo.danbloomberg.leptonica Signed-off-by: Stefan Weil <[email protected]>
1 parent 226694a commit 0c5f819

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
@@ -100,7 +100,7 @@ endif()
100100
#
101101
###############################################################################
102102

103-
option(CPPAN_BUILD "Build with cppan" ON)
103+
option(CPPAN_BUILD "Build with cppan" OFF)
104104

105105
if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.cppan OR NOT CPPAN_BUILD)
106106
if (NOT Leptonica_DIR AND NOT MSVC)

0 commit comments

Comments
 (0)