Commit b0dea5a
committed
COMP: Install GDCM DebugDevel component in libitk-devel package
On Windows, the GDCM-bundled jpeg libraries (gdcmjpeg8/12/16) install
their static .lib archives under the "DebugDevel" CMake component, not
"Development". ITKTargets.cmake references these .lib files, so without
this component the downstream find_package(ITK) test fails:
CMake Error at ITKTargets.cmake:2172:
The imported target "ITK::gdcmjpeg8" references the file
"%PREFIX%/Library/lib/itkgdcmjpeg8-6.0.lib"
but this file does not exist.
Add DebugDevel to both install scripts for cross-platform consistency.
On Linux/macOS the component produces no output (gdcmjpeg static archives
are not exported there), so it is a safe no-op on those platforms.1 parent 13eb5d4 commit b0dea5a
File tree
2 files changed
+11
-0
lines changed- Utilities/conda-packages
2 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments