We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Trying to compile the project fails because it doesn't view HOMEPAGE_URL as one of the project() options.
project()
Here is the documentation of the version available on Ubuntu 18.04: https://cmake.org/cmake/help/v3.10/command/project.html
I would imagine that you'd still want to support that older version of Ubuntu since it's still valid.
Expected behavior Not break the build process.
Reproduction steps Install an older version of cmake.
$ cmake --version cmake version 3.10.2
Then try building as usual. The HOMEPAGE_URL text is going to be included in the project name (or something of the sort) and cmake fails.
HOMEPAGE_URL
cmake
Platform information:
Additional Info: FYI: Ubuntu 20.04 has cmake version 3.16.3 which supports HOMEPAGE_URL.
The text was updated successfully, but these errors were encountered:
078201f
Remove HOMEPAGE_URL from project call
b886d97
Closes catchorg#2428
No branches or pull requests
Describe the bug
Trying to compile the project fails because it doesn't view HOMEPAGE_URL as one of the
project()
options.Here is the documentation of the version available on Ubuntu 18.04: https://cmake.org/cmake/help/v3.10/command/project.html
I would imagine that you'd still want to support that older version of Ubuntu since it's still valid.
Expected behavior
Not break the build process.
Reproduction steps
Install an older version of cmake.
Then try building as usual. The
HOMEPAGE_URL
text is going to be included in the project name (or something of the sort) andcmake
fails.Platform information:
Additional Info:
FYI: Ubuntu 20.04 has cmake version 3.16.3 which supports
HOMEPAGE_URL
.The text was updated successfully, but these errors were encountered: