Commit cfb62f0
committed
COMP: Build ITK with static libraries
To address:
CMake Warning (dev) at /Users/vsts/agent/2.148.0/work/1/ITK-build/ITKTargets.cmake:49 (add_library):
ADD_LIBRARY called with SHARED option but the target platform does not
support dynamic linking. Building a STATIC library instead. This may lead
to problems.
Call Stack (most recent call first):
/Users/vsts/agent/2.148.0/work/1/ITK-build/ITKConfig.cmake:64 (include)
CMakeLists.txt:17 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.1 parent 57b1bd1 commit cfb62f0
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
| 67 | + | |
0 commit comments