mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 08:40:11 -06:00
Factor out an internal helper. Generalize partial argument expansion and call the helper on a clean boundary between raw arguments.
3 lines
72 B
CMake
3 lines
72 B
CMake
set (my_call "CALL")
|
|
cmake_language (${my_call} ${empty} message "OK!")
|