Skip to content

Commit 1127d01

Browse files
authored
Update CMakeLists.txt
1 parent 3566a1d commit 1127d01

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
@@ -10,9 +10,11 @@
1010

1111
cmake_minimum_required(VERSION 2.8.11)
1212

13+
if (NOT APPVEYOR)
1314
if (WIN32 AND CMAKE_VERSION VERSION_EQUAL 3.6 OR (CMAKE_VERSION VERSION_GREATER 3.6 AND CMAKE_VERSION VERSION_LESS 3.7))
1415
message(FATAL_ERROR "You have bugged CMake version 3.6 which is known to not work with tesseract. Please, upgrade CMake.")
1516
endif()
17+
endif()
1618

1719
# In-source builds are disabled.
1820
if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})

0 commit comments

Comments
 (0)