Skip to content

Commit 00b9021

Browse files
committed
Update minimum cmake version requirements
1 parent f6c947d commit 00b9021

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1)
1+
cmake_minimum_required(VERSION 3.10)
22

33
if (WIN32)
44
set(Boost_USE_STATIC_LIBS OFF)

python/BuildStandalone.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1)
1+
cmake_minimum_required(VERSION 3.10)
22

33
file(GLOB
44
KENLM_PYTHON_STANDALONE_SRCS

0 commit comments

Comments
 (0)