Commit b6c05d2
committed
COMP: Update examples to the new build system to avoid warnings
Warning that was triggered:
CMake Warning (dev) at CMake/UseITK.cmake:28 (message):
CMake/UseITK.cmake is deprecated.
Please update CMakeLists.txt to use `find_package(ITK)` and link to
"${ITK_INTERFACE_LIBRARIES}".
Call Stack (most recent call first):
Modules/Remote/MorphologicalContourInterpolation/examples/CMakeLists.txt:12 (include)
This warning is for project developers. Use -Wno-dev to suppress it.1 parent afecbfd commit b6c05d2
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments