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

homepage_url only available in cmake >= 3.12 #46

Merged
merged 2 commits into from
Nov 23, 2022

Conversation

gknisely
Copy link
Contributor

This was introduced in cmake 3.12.4.

CMakeLists.txt Outdated
@@ -3,8 +3,7 @@ cmake_minimum_required(VERSION 3.5)
project(cpp-statsd-client
VERSION 1.0.2
LANGUAGES CXX
DESCRIPTION "A header-only StatsD client implemented in C++"
HOMEPAGE_URL "https://github.com/vthiery/cpp-statsd-client")
Copy link
Collaborator

@kevinkreiser kevinkreiser Nov 22, 2022

Choose a reason for hiding this comment

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

i think a more appropriate fix might be to change the minimum required version to 3.12.4 on line 2. that way if anyone adds packaging in the future this variable would be the place to get that info. though it is true the url isnt used at the moment

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@kevinkreiser agree. Updated.

@kevinkreiser kevinkreiser changed the title Remove homepage_url as it is not used. homepage_url only available in cmake >= 3.12 Nov 23, 2022
@kevinkreiser kevinkreiser merged commit 0c84251 into vthiery:master Nov 23, 2022
@vthiery
Copy link
Owner

vthiery commented Nov 23, 2022

Thank you for review/merge @kevinkreiser !

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