We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdeff6d commit e30d4c4Copy full SHA for e30d4c4
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.1)
+cmake_minimum_required(VERSION 3.5)
2
3
function(GET_VERSION VERSION_PART VERSION_NUM)
4
set(VERSION_REGEX "^const int VERSION_${VERSION_PART} = (.+);$")
test/CMakeLists.txt
@@ -1,6 +1,6 @@
project(test_redis++)
5
set(REDIS_PLUS_PLUS_TEST_SOURCES src/sw/redis++/test_main.cpp)
6
0 commit comments