mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-27 09:00:16 -06:00
7 lines
92 B
CMake
7 lines
92 B
CMake
function (itsok)
|
|
message(OK!)
|
|
endfunction()
|
|
|
|
set (cmd CALL itsok)
|
|
cmake_language (${cmd})
|