Skip to content
New issue

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

Fix #112, update cmake_minimum_required #113

Merged
merged 1 commit into from
Jul 8, 2022

Conversation

jphickey
Copy link
Contributor

Describe the contribution
Fixes the warning that support for old versions will be removed
The build does not actually expect such an old version

Fixes #112

Testing performed
Build using CMake 3.20

Expected behavior changes
No more deprecation warning

System(s) tested on
RHEL 8

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

This triggers a warning because support for old versions will be removed
The build does not actually expect such an old version
@jphickey jphickey added the CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) label Jun 28, 2022
@skliper
Copy link
Contributor

skliper commented Jun 28, 2022

Is CMake version 3.2 a typo? The minimum was set to 3.5...

EDIT: I read 3.2, not 3.20... disregard comment.

@dzbaker dzbaker added CCB:Approved Indicates code approval by CCB and removed CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) labels Jun 29, 2022
dzbaker added a commit to nasa/cFS that referenced this pull request Jul 7, 2022
*Combines:*

osal v6.0.0-rc4+dev93
ci_lab v2.5.0-rc4+dev22
to_lab v2.5.0-rc4+dev24
sch_lab v2.5.0-rc4+dev31

**Includes:**

- nasa/osal#1265, Set OSAL Loader unit test number of modules to OSAL_CONFIG_MAX_MODULES

*Update Minimum CMake Version*
- nasa/osal#1267, Update minimum required cmake version
- nasa/ci_lab#113, update cmake_minimum_required
- nasa/sch_lab#117, update cmake_minimum_required

Co-authored by: Jacob Hageman  <[email protected]>
Co-authored by: Ariel Adams    <[email protected]>
Co-authored by: Joseph Hickey  <[email protected]>
@dzbaker dzbaker merged commit 75c916e into nasa:main Jul 8, 2022
dzbaker added a commit to nasa/cFS that referenced this pull request Jul 8, 2022
*Combines:*

osal v6.0.0-rc4+dev93
ci_lab v2.5.0-rc4+dev22
to_lab v2.5.0-rc4+dev24
sch_lab v2.5.0-rc4+dev31

**Includes:**

- nasa/osal#1265, Set OSAL Loader unit test number of modules to OSAL_CONFIG_MAX_MODULES

*Update Minimum CMake Version*
- nasa/osal#1267, Update minimum required cmake version
- nasa/ci_lab#113, update cmake_minimum_required
- nasa/sch_lab#117, update cmake_minimum_required

Co-authored by: Jacob Hageman  <[email protected]>
Co-authored by: Ariel Adams    <[email protected]>
Co-authored by: Joseph Hickey  <[email protected]>
@jphickey jphickey deleted the fix-112-update-cmake-min branch October 27, 2023 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CCB:Approved Indicates code approval by CCB
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update cmake mimimum required to something more recent
3 participants