Skip to content

Commit 75c256e

Browse files
authored
Merge pull request #142 from dzenanz/itk6
2 parents afecbfd + 2a0d63d commit 75c256e

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build-test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on: [push,pull_request]
44

55
jobs:
66
cxx-build-workflow:
7-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.4
7+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.5
88
with:
99
itk-cmake-options: '-DModule_MorphologicalContourInterpolation_BUILD_EXAMPLES:BOOL=ON'
1010
itk-module-deps: 'RLEImage@v1.0.2'
1111

1212
python-build-workflow:
13-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.4
13+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.5
1414
with:
1515
test-notebooks: false
1616
secrets:

examples/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ else()
99
# lists of modules are not yet ready, causing a configure error
1010
find_package(ITK REQUIRED COMPONENTS MorphologicalContourInterpolation ITKSmoothing ITKIOImageBase ITKIONRRD ITKTestKernel)
1111
endif()
12-
include(${ITK_USE_FILE})
1312

1413
add_executable(mciExample mciExample.cxx)
15-
target_link_libraries(mciExample ${ITK_LIBRARIES})
14+
target_link_libraries(mciExample ${ITK_INTERFACE_LIBRARIES})
1615

1716

1817
# add some regression tests

0 commit comments

Comments
 (0)