mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06: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()
|