mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-29 20:34:20 +00:00
This ensures commands can be properly aggregated by tools processing the profiling output. Fixes: #20946
6 lines
133 B
CMake
6 lines
133 B
CMake
function(__testing_command_case)
|
|
endfunction()
|
|
|
|
# This must not appear in the profiling output as uppercase
|
|
__TESTING_COMMAND_CASE()
|