Files
CMake/Tests/RunCMake/cmake_language/call_expand_command_name.cmake
Brad King 4f33f3dcff cmake_language(CALL): Accept empty ${var} expansions
Factor out an internal helper.  Generalize partial argument expansion
and call the helper on a clean boundary between raw arguments.
2020-09-29 10:00:24 -04:00

3 lines
72 B
CMake

set (my_call "CALL")
cmake_language (${my_call} ${empty} message "OK!")