mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-24 23:49:18 -06:00
Update experimental UUID for instrumentation after commit 4683db44a1
(instrumentation: Write index files to data/index/ subdirectory, 2025-09-19)
updated the location of index files.
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-ec7aa2dc-b87f-45a3-8022-fe01c5f59984/v1/data)
|
|
set(RunCMake_TEST_FAILED "Failed to read Instrumentation query from user config directory")
|
|
endif()
|