]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/assert/test/cmake_subdir_test/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / assert / test / cmake_subdir_test / CMakeLists.txt
index 80efc8571bae34bc99be5a77b46b8af4c0676ea2..6a159a1347068ef1e55e009ef0a9d172b91f394a 100644 (file)
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.5...3.16)
 
 project(cmake_subdir_test LANGUAGES CXX)
 
-add_subdirectory(../../../assert boostorg/assert)
+add_subdirectory(../.. boostorg/assert)
 add_subdirectory(../../../config boostorg/config)
 
 add_executable(main main.cpp)