Skip to content

Commit c39a95c

Browse files
committed
try to fix appveyor
1 parent bd1c05c commit c39a95c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ endif()
100100
#
101101
###############################################################################
102102

103+
option(CPPAN_BUILD "Build with cppan" ON)
104+
103105
if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.cppan OR NOT CPPAN_BUILD)
104106
if (NOT Leptonica_DIR AND NOT MSVC)
105107
find_package(PkgConfig REQUIRED)

0 commit comments

Comments
 (0)