This is, sadly, not added until CMake 3.4. This commit avoids continue() by restructuring the loops so that the conditions previously being used for continue() are no longer needed. The alternative would've been to encase the loop bodies massive ifs, but I find that to be a poor choice for readability. |
||
|---|---|---|
| .. | ||
| ConcatenateToCXX.cmake | ||
| CopyPython.cmake | ||
| MakeComposite.cmake | ||
| README.md | ||
README.md
Directory Info
Directory: /cmake/scripts
License: Unlicense
Description: This directory is used for cmake files which are not meant to
be included using CMake's normal include() directive. Typically, files in this
directory will be invoked as a custom command/target in the form of:
cmake -P <CustomScriptName.cmake> [... other options ...]