Skip to content

Commit 0691621

Browse files
committed
Bump cmake minimum version
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 4ad11a7 commit 0691621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# ~~~
1515
# It should also be cmake-lint clean.
1616
#
17-
cmake_minimum_required(VERSION 3.24)
17+
cmake_minimum_required(VERSION 3.18)
1818
set(CMAKE_CXX_STANDARD 17)
1919

2020
project(Tokenizers)

0 commit comments

Comments
 (0)