mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
94c1e4fdb3
Also rename the `INVOKE` signature to `CALL`. Fixes: #20732
3 lines
69 B
CMake
3 lines
69 B
CMake
set (my_eval "EVAL")
|
|
cmake_language (${my_eval} CODE message("OK!"))
|