mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-11 17:49:38 -06:00
Update experimental UUID for instrumentation after commit fbb5b47fbf
(instrumentation: Rename postTest and postInstall hooks, 2025-09-04)
broke old hook names.
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-2555e60c-9119-46fb-af73-8c54e9b6b326/v1/data)
|
|
set(RunCMake_TEST_FAILED "Failed to read Instrumentation query from user config directory")
|
|
endif()
|