diff options
author | Craig Scott <craig.scott@crascit.com> | 2024-04-19 05:58:08 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2024-04-19 08:17:19 (GMT) |
commit | bf88879f1f3dff188a2520abe9b2dfb71d92be5e (patch) | |
tree | bfbf88b30f9ac1414c5f5e1831a46d3853fdfc70 /Tests/FindPython/Python2Module | |
parent | a4ac2c92f487fa77dbb458745869815cc334d0da (diff) | |
download | CMake-bf88879f1f3dff188a2520abe9b2dfb71d92be5e.zip CMake-bf88879f1f3dff188a2520abe9b2dfb71d92be5e.tar.gz CMake-bf88879f1f3dff188a2520abe9b2dfb71d92be5e.tar.bz2 |
generate_apple_architecture_selection_file: Avoid early returns
This refactoring makes the generated file follow the same structure as
generate_apple_platform_selection_file(). It uses a single if-elseif-else-endif
block rather than a sequence of if-endif blocks. This avoids any early
return() calls, allowing cleanup code to be added at the end later.
Diffstat (limited to 'Tests/FindPython/Python2Module')
0 files changed, 0 insertions, 0 deletions