Commit 9b71fbe
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/Montage/examples/CMakeLists.txt:23 (include)
This warning is for project developers. Use -Wno-dev to suppress it.1 parent 9aafc48 commit 9b71fbe
1 file changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
| 25 | + | |
27 | 26 | | |
28 | 27 | | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
| 34 | + | |
36 | 35 | | |
37 | 36 | | |
38 | | - | |
| 37 | + | |
39 | 38 | | |
40 | 39 | | |
41 | | - | |
| 40 | + | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
0 commit comments