Commit faf9d0f
BUG: Fix unclosed if() block and duplicate project() in CMakeLists.txt
The if(NOT ITK_SOURCE_DIR) block at line 30 was missing its closing
endif() before the option() and include_directories() calls, causing:
CMake Error at CMakeLists.txt:30 (if):
Flow control statements are not properly nested.
Also removed the duplicate project(PerformanceBenchmarking) call
(the full project() declaration with VERSION/DESCRIPTION is at line
16) and fixed the unclosed quote in the option() description string.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6262384 commit faf9d0f
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 53 | + | |
57 | 54 | | |
58 | 55 | | |
59 | 56 | | |
| |||
0 commit comments