Skip to content

Commit e30d4c4

Browse files
committed
update cmake_minimum_required to 3.5
1 parent fdeff6d commit e30d4c4

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.5)
22

33
function(GET_VERSION VERSION_PART VERSION_NUM)
44
set(VERSION_REGEX "^const int VERSION_${VERSION_PART} = (.+);$")

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(test_redis++)
22

3-
cmake_minimum_required(VERSION 3.1)
3+
cmake_minimum_required(VERSION 3.5)
44

55
set(REDIS_PLUS_PLUS_TEST_SOURCES src/sw/redis++/test_main.cpp)
66

0 commit comments

Comments
 (0)