mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-26 05:17:05 +08:00
update
This commit is contained in:
parent
2b484124eb
commit
7fec01c2a4
@ -292,6 +292,9 @@ git_get_exact_tag(GIT_EXACT_TAG)
|
||||
if(GIT_TAG STREQUAL "")
|
||||
git_latest_tag(GIT_TAG)
|
||||
endif()
|
||||
if(GIT_TAG STREQUAL "GIT-TAG-NOTFOUND")
|
||||
set(GIT_TAG "1.0.0")
|
||||
endif ()
|
||||
git_describe(GIT_DESCRIBE)
|
||||
git_commit_counts(GIT_COMMIT_COUNT)
|
||||
_git_find_closest_git_dir("${CMAKE_CURRENT_SOURCE_DIR}" GIT_DIR)
|
||||
|
@ -517,8 +517,6 @@ Item{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function open(){
|
||||
loader.sourceComponent = com_screen
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user