Files
CMake/Tests/RunCMake/cmake_language/call_expanded_command.cmake
Brad King 94c1e4fdb3 cmake_language: Rename command from cmake_command
Also rename the `INVOKE` signature to `CALL`.

Fixes: #20732
2020-05-21 13:36:52 -04:00

7 lines
92 B
CMake

function (itsok)
message(OK!)
endfunction()
set (cmd CALL itsok)
cmake_language (${cmd})