Fixed
Details
Details
Assignee
Romain Forlot
Romain ForlotReporter
Tobias Jahnke
Tobias JahnkeFix versions
Labels
Contract ID
Components
Priority
Created June 21, 2019 at 9:03 AM
Updated September 19, 2019 at 12:06 PM
Resolved June 27, 2019 at 2:51 PM
"cmake.d/02-variables.cmake" checks "HOMEPAGE_URL" but when not found, the warning complains about PROJECT_URL not being set.
I guess HOMEPAGE_URL is wrong in the following section, (most of the projects use PROJECT_URL):
{{if(NOT HOMEPAGE_URL)
}}{{ {{ message(WARNING "${Red}No homepage url found. Please set a PROJECT_URL cmake variable in your config.cmake.")}}}}
{{
endif()
}}