Skip to content

Commit b433189

Browse files
committed
Update cmake_minimum_required to 3.10
1 parent eca0de7 commit b433189

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.5)
1+
cmake_minimum_required(VERSION 3.10)
22

33
project(tsl-robin-map VERSION 1.4.0 LANGUAGES CXX)
44

tests/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.8)
1+
cmake_minimum_required(VERSION 3.10)
22

33
project(tsl_robin_map_tests)
44

0 commit comments

Comments
 (0)