Commit d7b8d6d
COMP: Fix local variable naming in ctkMacroBuildLibWrapper
Rename my_EXTRA_Python3_LIBRARIES back to my_EXTRA_PYTHON_LIBRARIES.
This is a local variable (not a CMake module output), so using the
Python3_ prefix creates confusion about whether it comes from
FindPython3. The local naming convention uses PYTHON (uppercase).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f986961 commit d7b8d6d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments