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

Remove obsolete part from cmake configuration files #2871

Merged
merged 2 commits into from
Aug 30, 2023

Conversation

albert-github
Copy link
Contributor

Spdlog requires CMake version 3.10 or higher (by means of cmake_minimum_required(VERSION 3.10...3.21))

Spdlog requires CMake version 3.10 or higher (by means of `cmake_minimum_required(VERSION 3.10...3.21)`)
@albert-github
Copy link
Contributor Author

In the bench/CMakeLists.txt there is a test against CMAKE_VERSION 3.11 maybe increase the minimum CMake version so also this test can be removed.

@gabime
Copy link
Owner

gabime commented Aug 30, 2023

In the bench/CMakeLists.txt there is a test against CMAKE_VERSION 3.11 maybe increase the minimum CMake version so also this test can be removed.

Ok. please update the pr

@albert-github
Copy link
Contributor Author

@gabime Do you mean to increase the minimum version, but to which version, 3.11 of 3.12 ...?

@gabime
Copy link
Owner

gabime commented Aug 30, 2023

3.11

Updating minimum CMake version to 3.11
@gabime gabime merged commit 81ce5fc into gabime:v1.x Aug 30, 2023
7 of 9 checks passed
@gabime
Copy link
Owner

gabime commented Aug 30, 2023

Thanks @albert-github

@albert-github albert-github deleted the feature/bug_cmake_obsolete_part branch August 31, 2023 09:23
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.

2 participants