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

Update cmake_minimum_required to 3.5 consisently across CMakeLists #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

heitbaum
Copy link

Source/GmmLib/CMakeLists.txt already is requiring CMake 3.5.
Update remaining files to 3.5.
This supports the compilation with cmake-4.0.0

Fixes #129

Source/GmmLib/CMakeLists.txt already is requiring CMake 3.5. Update
remaining files to 3.5. This supports the compilation with cmake-4.0.0

Signed-off-by: Rudi Heitbaum <[email protected]>
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.

cmake-4.0.0 requires a minimum of 3.5 in the CMakeLists.txt
1 participant