CI: Add Boost_INCLUDE_DIR for MSVC build
This commit is contained in:
parent
45bad3be04
commit
0e27886e28
|
@ -1289,6 +1289,7 @@ jobs:
|
||||||
-DPKG_CONFIG_EXECUTABLE="${{env.prefix_path_forwardslash}}/bin/pkg-config.exe"
|
-DPKG_CONFIG_EXECUTABLE="${{env.prefix_path_forwardslash}}/bin/pkg-config.exe"
|
||||||
-DICU_ROOT="${{env.prefix_path_forwardslash}}"
|
-DICU_ROOT="${{env.prefix_path_forwardslash}}"
|
||||||
-DFFTW3_DIR="${{env.prefix_path_forwardslash}}"
|
-DFFTW3_DIR="${{env.prefix_path_forwardslash}}"
|
||||||
|
-DBoost_INCLUDE_DIR="${{env.prefix_path_forwardslash}}/include"
|
||||||
|
|
||||||
- name: Run Make
|
- name: Run Make
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
Loading…
Reference in New Issue