From e1da847c430ef1f65dea69f00af4d4c7cacfd423 Mon Sep 17 00:00:00 2001 From: mango <2015130324@email.szu.edu.cn> Date: Sat, 3 Dec 2022 12:02:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20build(ci):=20remove=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_on_windows.yml | 2 +- CMakeLists.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_on_windows.yml b/.github/workflows/build_on_windows.yml index bdbed3f..354b2b7 100644 --- a/.github/workflows/build_on_windows.yml +++ b/.github/workflows/build_on_windows.yml @@ -24,7 +24,7 @@ jobs: - name: package id: package env: - archiveName: Gaclib_vc16_x64 + archiveName: Gaclib_vc17_x64 msvcArch: x64 shell: pwsh run: | diff --git a/CMakeLists.txt b/CMakeLists.txt index d22f926..4005403 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,8 +85,8 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/GacUIConfig.cmake" DESTINATION "lib/c # 安装工具 install(DIRECTORY "${PROJECT_SOURCE_DIR}/gacui/Tools" DESTINATION .) -include_directories(GacUI/Import) -add_subdirectory(cmake_import) +#include_directories(GacUI/Import) +#add_subdirectory(cmake_import)