Files
CMake/Tests/RunCMake/CommandLine/ProfilingTest.cmake
Craig Scott 7cf2f7d2af cmake: Store lowercase command names in profiling output
This ensures commands can be properly aggregated by tools
processing the profiling output.

Fixes: #20946
2020-07-13 11:03:05 +10:00

6 lines
133 B
CMake

function(__testing_command_case)
endfunction()
# This must not appear in the profiling output as uppercase
__TESTING_COMMAND_CASE()