mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
097d4fd1b5
Add a feature for collecting build instrumentation for CMake projects. Issue: #26099
7 lines
372 B
CMake
7 lines
372 B
CMake
if (NOT EXISTS ${RunCMake_TEST_BINARY_DIR}/.cmake/api/v1/reply)
|
|
set(RunCMake_TEST_FAILED "Failed to read FileAPI query from user config directory")
|
|
endif()
|
|
if (NOT EXISTS ${RunCMake_TEST_BINARY_DIR}/.cmake/instrumentation-a37d1069-1972-4901-b9c9-f194aaf2b6e0/v1/data)
|
|
set(RunCMake_TEST_FAILED "Failed to read Instrumentation query from user config directory")
|
|
endif()
|