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 #520, remove cmake_minimum_required in tools #521

Merged
merged 1 commit into from
Jul 8, 2022

Conversation

jphickey
Copy link
Contributor

Checklist (Please check before submitting)

Describe the contribution
The tools CMakeLists.txt file just adds the subdirectories, it has no logic.
The old version being referenced here triggers a deprecation warning, so just remove it.

Fixes #520

Testing performed
Build using cmake 3.20

Expected behavior changes
No deprecation warning

System(s) tested on
RHEL 8

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

The tools CMakeLists.txt file just adds the subdirectories, it has no logic.
The old version being referenced here triggers a deprecation warning, so
just remove it.
@jphickey jphickey added the CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) label Jun 28, 2022
@dzbaker dzbaker added CCB:Approved Indicates code review and approval by community CCB and removed CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) labels Jun 29, 2022
@dzbaker dzbaker merged commit db3b6fe into nasa:main Jul 8, 2022
@jphickey jphickey deleted the fix-520-update-cmake-min branch November 16, 2023 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CCB:Approved Indicates code review and approval by community CCB
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unneeded "cmake_minimum_required" in tools dir
3 participants