/
niceSOFT
/
cmake
Обзор
Документация
Войти
/
niceSOFT
/
cmake
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Help/command/endif.rst
14 строк
300 B
Joachim Wuttke (l)
Help: Revise docs on Scripting Commands
23 окт 2018, 16:12
23 окт 2018, 16:12
c2efb3e
Код
Авторство
О чём код?
endif ----- Ends a list of commands in an if block. .. code-block:: cmake endif([<condition>]) See the :command:`if` command. The optional ``<condition>`` argument is supported for backward compatibility only. If used it must be a verbatim repeat of the argument of the opening ``if`` clause.