Commit 8eece1f
Simon Rit
COMP: Move CMake's include(ITKWindowsUtf8) for external modules
The inclusion in the root CMakeLists.txt was causing the following
configure error when compiling a module externally:
```
CMake Error at C:/src/itk/ITK-main/CMake/ITKModuleTest.cmake:93 (itk_target_attach_windows_utf8_manifest):
Unknown CMake command "itk_target_attach_windows_utf8_manifest".
Call Stack (most recent call first):
test/CMakeLists.txt:22 (createtestdriver)
```1 parent fbe52c0 commit 8eece1f
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | 183 | | |
185 | 184 | | |
186 | 185 | | |
| |||
0 commit comments