This repository was archived by the owner on May 17, 2026. It is now read-only.
COMP: Match CMake minimum required version to ITK's#100
Merged
thewtex merged 1 commit intoJan 4, 2023
Merged
Conversation
Match CMake minimum required version to ITK's. Fixes: ``` CMake Warning at D:/a/ITKTextureFeatures/ITK/CMake/ITKModuleExternal.cmake:12 (message): -- cmake_minimum_required of 3.10.2 is not enough. cmake_minimum_required must be at least 3.16.3 Call Stack (most recent call first): CMakeLists.txt:8 (include) -- This is needed to allow proper setting of CMAKE_MSVC_RUNTIME_LIBRARY. -- Do not be surprised if you run into link errors of the style: LNK2038: mismatch detected for 'RuntimeLibrary': value 'MTd_Static' doesn't match value 'MDd_Dynamic' in module.obj cmake_minimum_required must be at least 3.16.3 Call Stack (most recent call first): CMakeLists.txt:21 (include) ``` raised for example at: https://open.cdash.org/build/8374782/configure
Member
Author
|
Build errors unrelated to this patch set: Maybe rings a bell to @tbirdso. |
Contributor
Agreed that build errors are unrelated to this issue, looks like the ITK Linux build tarball download failed. Usually resolves on re-run. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Match CMake minimum required version to ITK's.
Fixes:
raised for example at:
https://open.cdash.org/build/8374782/configure