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