diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 1f47253..b17a2d0 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -71,7 +71,7 @@ jobs: - name: "Install boost for windows" if: ${{ runner.os == 'Windows' }} - uses: MarkusJx/install-boost@v1.0.1 + uses: MarkusJx/install-boost@v2.4.4 with: boost_version: 1.81.0 platform_version: 2022 diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a89203..a3fa093 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ function(target_set_common target) target_link_options(${target} PRIVATE "-fwasm-exceptions") # Nothing elseif (MSVC) - set_property(TARGET foo PROPERTY + set_property(TARGET ${target} PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>") target_compile_options(${target} PRIVATE "/wd4244") target_compile_options(${target} PRIVATE "/wd4267")