]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/variant2/test/cmake_subdir_test/CMakeLists.txt
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / variant2 / test / cmake_subdir_test / CMakeLists.txt
index 90fd01446e2f523e32e44884646875a064a829fb..91ad66312c6d695aa7744dd200fed05db6e2d8eb 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the Boost Software License, Version 1.0.
 # See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
 
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.5...3.16)
 
 project(cmake_subdir_test LANGUAGES CXX)
 
@@ -10,7 +10,7 @@ add_subdirectory(../.. boostorg/variant2)
 add_subdirectory(../../../config boostorg/config)
 add_subdirectory(../../../mp11 boostorg/mp11)
 
-add_executable(quick quick.cpp)
+add_executable(quick ../quick.cpp)
 target_link_libraries(quick Boost::variant2)
 
 enable_testing()