1function (itsok)
2  message(OK!)
3endfunction()
4
5set (cmd CALL itsok)
6cmake_language (${empty} ${cmd})
7