We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactoring in 6fb73c0 broke the CI:
CMake Error at /home/runner/work/ITKContourInterpolation/ITK/CMake/ITKModuleAPI.cmake:88 (message): No such module: "RLEImage" Call Stack (most recent call first): /home/runner/work/ITKContourInterpolation/ITK/CMake/ITKModuleAPI.cmake:7 (itk_module_load) /home/runner/work/ITKContourInterpolation/ITK/CMake/ITKModuleAPI.cmake:173 (_itk_module_use_recurse) /home/runner/work/ITKContourInterpolation/ITK/CMake/ITKModuleMacros.cmake:335 (itk_module_use) test/CMakeLists.txt:5 (itk_module_test)
is an error message from e.g. https://open.cdash.org/builds/9697918/configure
We need to request RLEImage module when building ITK in the CI.
RLEImage
The text was updated successfully, but these errors were encountered:
BUG: Add ITKRLEImage to CXX CI module deps
aa671b2
Closes KitwareMedical#123
BUG: Add RLEImage to CXX CI module deps
deef52c
No branches or pull requests
Refactoring in 6fb73c0 broke the CI:
is an error message from e.g. https://open.cdash.org/builds/9697918/configure
We need to request
RLEImage
module when building ITK in the CI.The text was updated successfully, but these errors were encountered: