Skip to content

Commit

Permalink
Revert "Fix broken builds"
Browse files Browse the repository at this point in the history
This reverts commit 0c5f819.
  • Loading branch information
egorpugin committed Jan 16, 2019
1 parent 0c5f819 commit a1ec977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ endif()
#
###############################################################################

option(CPPAN_BUILD "Build with cppan" OFF)
option(CPPAN_BUILD "Build with cppan" ON)

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

0 comments on commit a1ec977

Please sign in to comment.