Skip to content

Commit d7ef422

Browse files
authored
Merge pull request ceph#63795 from tchaikov/wip-dmclock-cmake-required
cmake: bump minimum required CMake version to 3.22.1 Reviewed-by: Casey Bodley <[email protected]>
2 parents 8eaee4d + 469d82a commit d7ef422

File tree

3 files changed

+2
-5
lines changed

3 files changed

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

33
project(ceph
44
VERSION 20.0.0

cmake/modules/Findc-ares.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ if(c-ares_FOUND)
3030
IMPORTED_LOCATION "${c-ares_LIBRARY}")
3131
endif()
3232

33-
# to be compatible with old Seastar
34-
add_library(c-ares::c-ares ALIAS c-ares::cares)
35-
3633
if(NOT TARGET c-ares::c-ares)
3734
add_library(c-ares::c-ares ALIAS c-ares::cares)
3835
endif()

src/dmclock/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)
1+
cmake_minimum_required(VERSION 3.22.1)
22

33
project(dmclock CXX)
44

0 commit comments

Comments
 (0)