mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
7cf2f7d2af
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()
|