/
niceSOFT
/
cmake
Обзор
Документация
Войти
/
niceSOFT
/
cmake
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Help/command/else.rst
13 строк
235 B
Peter Kokot
Remove optional arguments from else() and end*() commands
28 янв 2025, 05:01
Не верифицирован
28 янв 2025, 05:01
9f2efc3
Код
Авторство
О чём код?
else ---- Starts the else portion of an if block. .. code-block:: cmake else([<condition>]) See the :command:`if` command. The optional ``<condition>`` argument is supported for backward compatibility only and is not evaluated.