CI: Add Boost_INCLUDE_DIR for MSVC build

This commit is contained in:
Jonas Kvinge 2024-06-09 14:00:03 +02:00
parent 45bad3be04
commit 0e27886e28
1 changed files with 1 additions and 0 deletions

View File

@ -1289,6 +1289,7 @@ jobs:
-DPKG_CONFIG_EXECUTABLE="${{env.prefix_path_forwardslash}}/bin/pkg-config.exe"
-DICU_ROOT="${{env.prefix_path_forwardslash}}"
-DFFTW3_DIR="${{env.prefix_path_forwardslash}}"
-DBoost_INCLUDE_DIR="${{env.prefix_path_forwardslash}}/include"
- name: Run Make
shell: cmd