File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ on: [push,pull_request]
44
55jobs :
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 :
Original file line number Diff line number Diff line change 99 # lists of modules are not yet ready, causing a configure error
1010 find_package (ITK REQUIRED COMPONENTS MorphologicalContourInterpolation ITKSmoothing ITKIOImageBase ITKIONRRD ITKTestKernel )
1111endif ()
12- include (${ITK_USE_FILE} )
1312
1413add_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
You can’t perform that action at this time.
0 commit comments