]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/winapi/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / winapi / CMakeLists.txt
index 556939f13f76d75b5d9a652fc5c25ff5783e3525..c043e72071dfb75adceac0f3239041624db1fdc6 100644 (file)
@@ -3,12 +3,9 @@
 # Distributed under the Boost Software License, Version 1.0.
 # See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt
 
-# Partial (add_subdirectory only) and experimental CMake support
-# Subject to change; please do not rely on the contents of this file yet.
+cmake_minimum_required(VERSION 3.5...3.20)
 
-cmake_minimum_required(VERSION 3.5)
-
-project(BoostWinAPI LANGUAGES CXX)
+project(boost_winapi VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
 
 add_library(boost_winapi INTERFACE)
 add_library(Boost::winapi ALIAS boost_winapi)