1elseif 2------ 3 4Starts an elseif portion of an if block. 5 6.. code-block:: cmake 7 8 elseif(<condition>) 9 10See the :command:`if` command, especially for the syntax and logic 11of the ``<condition>``. 12