endif — CMake 3.23.0-rc3 Documentation
cmake.org › cmake › helpendif — CMake 3.23.0-rc4 Documentation endif ¶ Ends a list of commands in an if block. endif ([<condition>]) See the 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.