diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 92031a42..7f1dadd3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,7 +48,7 @@ jobs: if: matrix.os == 'windows-latest' run: | cd "${VCPKG_INSTALLATION_ROOT}" - vcpkg install hdf5[cpp]:x64-windows boost:x64-windows catch2:x64-windows + vcpkg install hdf5[cpp]:x64-windows boost-date-time:x64-windows boost-endian:x64-windows boost-uuid:x64-windows catch2:x64-windows vcpkg integrate install - name: Configure diff --git a/CMakePresets.json b/CMakePresets.json index e7a297c5..0ff72039 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -76,7 +76,7 @@ "hidden": true, "cacheVariables": { "CMAKE_CXX_FLAGS": "/sdl /guard:cf /utf-8 /diagnostics:caret /w14165 /w44242 /w44254 /w44263 /w34265 /w34287 /w44296 /w44365 /w44388 /w44464 /w14545 /w14546 /w14547 /w14549 /w14555 /w34619 /w34640 /w24826 /w14905 /w14906 /w14928 /w45038 /W4 /permissive- /volatile:iso /Zc:inline /Zc:preprocessor /Zc:enumTypes /Zc:lambda /Zc:__cplusplus /Zc:externConstexpr /Zc:throwingNew /EHsc", - "CMAKE_EXE_LINKER_FLAGS": "/machine:x64 /guard:cf" + "CMAKE_EXE_LINKER_FLAGS": "/machine:x64 /guard:cf" } }, {