chore: remove useless code

This commit is contained in:
x-tools-author 2024-03-23 10:49:30 +08:00
parent 96792f4586
commit d6ef3095ba

View File

@ -3,7 +3,7 @@ if(NOT Qt6_VERSION VERSION_LESS "6.5.0")
add_subdirectory(${CMAKE_SOURCE_DIR}/Source/Private/Private)
endif()
set(GITEE_URL "https://gitee.com/x-tools-author/x-tools.git")
set(GITEE_URL "https://gitee.com/x-tools-author/x-tools-private.git")
add_custom_target(
ClonePrivateModules
COMMAND git clone ${GITEE_URL} ./Private || echo "clone private modules"