mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
4f33f3dcff
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!")
|