From 4e04b0ced10ae98444b5cbbf0471f0970480b202 Mon Sep 17 00:00:00 2001 From: Dextinfire <> Date: Sat, 7 Sep 2024 22:20:39 -0700 Subject: [PATCH] Linkage? --- .github/workflows/pipeline.yml | 8 +++----- CMakePresets.json | 3 +-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index bb98af09..4e6b9691 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -28,16 +28,15 @@ jobs: include: - os: windows-latest os_name: windows - triplet: x64-windows-release + triplet: x64-windows-dynamic - os: ubuntu-latest os_name: linux - triplet: x64-linux-release + triplet: x64-linux-dynamic - os: macos-latest os_name: macos - triplet: x64-osx-release + triplet: x64-osx-dynamic env: VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }} - VCPKG_TARGET_TRIPLET: ${{ matrix.triplet }} VCPKG_HOST_TRIPLET: ${{ matrix.triplet }} vcpkgCommitId: '0f88ecb8528605f91980b90a2c5bad88e3cb565f' @@ -93,7 +92,6 @@ jobs: cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt' configurePreset: ci-release buildPreset: CI-Build - configurePresetAdditionalArgs: "['--debug-find']" - name: Copy docs run: | diff --git a/CMakePresets.json b/CMakePresets.json index 3b246a81..73f6951f 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -26,8 +26,7 @@ "installDir": "release/${presetName}", "toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake", "cacheVariables": { - "CMAKE_BUILD_TYPE": "Release", - "VCPKG_BUILD_TYPE": "release" + "CMAKE_BUILD_TYPE": "Release" } } ],