This commit is contained in:
Zhao Yuhang 2023-10-02 19:07:47 +08:00
parent 08e65125e3
commit e627edc1a3
1 changed files with 1 additions and 1 deletions

View File

@ -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)