diff options
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/cmake_language.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/command/cmake_language.rst b/Help/command/cmake_language.rst index 21f51a0..0988097 100644 --- a/Help/command/cmake_language.rst +++ b/Help/command/cmake_language.rst @@ -42,6 +42,15 @@ is equivalent to message(STATUS "Hello World!") +.. note:: + To ensure consistency of the code, the following commands are not allowed: + + * ``if`` / ``elseif`` / ``else`` / ``endif`` + * ``while`` / ``endwhile`` + * ``foreach`` / ``endforeach`` + * ``function`` / ``endfunction`` + * ``macro`` / ``endmacro`` + Evaluating Code ^^^^^^^^^^^^^^^ |