Skip to content

homepage_url only available in cmake >= 3.12#46

Merged
kevinkreiser merged 2 commits into
vthiery:masterfrom
gknisely:gk_url_update
Nov 23, 2022
Merged

homepage_url only available in cmake >= 3.12#46
kevinkreiser merged 2 commits into
vthiery:masterfrom
gknisely:gk_url_update

Conversation

@gknisely

Copy link
Copy Markdown
Contributor

This was introduced in cmake 3.12.4.

Comment thread CMakeLists.txt
VERSION 1.0.2
LANGUAGES CXX
DESCRIPTION "A header-only StatsD client implemented in C++"
HOMEPAGE_URL "https://github.com/vthiery/cpp-statsd-client")

@kevinkreiser kevinkreiser Nov 22, 2022

Copy link
Copy Markdown
Collaborator

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
Copy Markdown
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

vthiery commented Nov 23, 2022

Copy link
Copy Markdown
Owner

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