]> git.proxmox.com Git - ceph.git/blame - ceph/src/tools/cephfs/top/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / tools / cephfs / top / CMakeLists.txt
CommitLineData
f67539c2
TL
1include(Distutils)
2distutils_install_module(cephfs-top)
3
4if(WITH_TESTS)
5 include(AddCephTest)
6 add_tox_test(cephfs-top)
7endif()
1e59de90
TL
8
9set(MINIMUM_COMPATIBLE_VERSION 3.6.0)
10find_package(Python3 ${MINIMUM_COMPATIBLE_VERSION} REQUIRED
11 COMPONENTS Interpreter)