|
|
@@ -127,15 +127,15 @@ In order to activate support for the :command:`cmake_instrumentation` command,
|
|
|
set
|
|
|
|
|
|
* variable ``CMAKE_EXPERIMENTAL_INSTRUMENTATION`` to
|
|
|
-* value ``f4f3d5ea-0915-470f-9628-4615e72f738a``.
|
|
|
+* value ``2555e60c-9119-46fb-af73-8c54e9b6b326``.
|
|
|
|
|
|
To enable instrumentation at the user-level, files should be placed under
|
|
|
either
|
|
|
-``<CMAKE_CONFIG_DIR>/instrumentation-f4f3d5ea-0915-470f-9628-4615e72f738a`` or
|
|
|
-``<CMAKE_BINARY_DIR>/.cmake/instrumentation-f4f3d5ea-0915-470f-9628-4615e72f738a``.
|
|
|
+``<CMAKE_CONFIG_DIR>/instrumentation-2555e60c-9119-46fb-af73-8c54e9b6b326`` or
|
|
|
+``<CMAKE_BINARY_DIR>/.cmake/instrumentation-2555e60c-9119-46fb-af73-8c54e9b6b326``.
|
|
|
|
|
|
To include instrumentation data in CTest XML files (for submission to CDash),
|
|
|
you need to set the following environment variables:
|
|
|
|
|
|
* ``CTEST_USE_INSTRUMENTATION=1``
|
|
|
-* ``CTEST_EXPERIMENTAL_INSTRUMENTATION=f4f3d5ea-0915-470f-9628-4615e72f738a``
|
|
|
+* ``CTEST_EXPERIMENTAL_INSTRUMENTATION=2555e60c-9119-46fb-af73-8c54e9b6b326``
|