]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/test/cmake_target_include_directories/CMakeLists.txt
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / nlohmann-json / test / cmake_target_include_directories / CMakeLists.txt
1 add_test(NAME cmake_target_include_directories_configure
2 COMMAND ${CMAKE_COMMAND}
3 -G "${CMAKE_GENERATOR}"
4 -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
5 -Dnlohmann_json_source=${PROJECT_SOURCE_DIR}
6 ${CMAKE_CURRENT_SOURCE_DIR}/project
7 )
8 add_test(NAME cmake_target_include_directories_build
9 COMMAND ${CMAKE_COMMAND} --build .
10 )
11 set_tests_properties(cmake_target_include_directories_configure PROPERTIES
12 FIXTURES_SETUP cmake_target_include_directories
13 LABELS not_reproducible
14 )
15 set_tests_properties(cmake_target_include_directories_build PROPERTIES
16 FIXTURES_REQUIRED cmake_target_include_directories
17 LABELS not_reproducible
18 )