update
This commit is contained in:
parent
08e65125e3
commit
e627edc1a3
|
@ -2514,7 +2514,7 @@ function(generate_project_version)
|
|||
endif()
|
||||
if(arg_COMPILER_HOMEPAGE)
|
||||
set(__homepage "")
|
||||
query_compiler_information(NAME __homepage)
|
||||
query_compiler_information(HOMEPAGE __homepage)
|
||||
string(APPEND __versions "${__common_str} ${__prefix}_COMPILER_HOMEPAGE_STR[] = \"${__homepage}\";\n")
|
||||
endif()
|
||||
if(arg_BUILD_DATETIME)
|
||||
|
|
Loading…
Reference in New Issue