Skip to content

Conversation

@jhlegarreta
Copy link
Member

Bump to minimum CMake 3.16.3: use same cmake_minimum_required values as ITK.

Bumped in ITK in commit
InsightSoftwareConsortium/ITK@b01b325

Fixes:

-- cmake_minimum_required of 3.10.2 is not enough.
CMake Warning at D:/a/ITKMeshToPolyData/ITK/CMake/ITKModuleExternal.cmake:15 (message):
  cmake_minimum_required must be at least 3.16.3
Call Stack (most recent call first):
  CMakeLists.txt:7 (include)

raised for example in:
https://open.cdash.org/builds/10259385

Bump to minimum CMake 3.16.3: use same `cmake_minimum_required` values
as ITK.

Bumped in ITK in commit
InsightSoftwareConsortium/ITK@b01b325

Fixes:
```
-- cmake_minimum_required of 3.10.2 is not enough.
CMake Warning at D:/a/ITKMeshToPolyData/ITK/CMake/ITKModuleExternal.cmake:15 (message):
  cmake_minimum_required must be at least 3.16.3
Call Stack (most recent call first):
  CMakeLists.txt:7 (include)
```

raised for example in:
https://open.cdash.org/builds/10259385
Copy link
Member

@thewtex thewtex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jhlegarreta thanks

@thewtex thewtex merged commit 4545405 into InsightSoftwareConsortium:main Mar 11, 2025
23 checks passed
@jhlegarreta jhlegarreta deleted the IncreaseCMakeMiniReq branch March 12, 2025 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants