Skip to content

Commit

Permalink
adding cmake config directories to the environment for the MSCV CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Aug 5, 2024
1 parent 92e20d9 commit ec7afe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
-DNO_IDL_WRAPPER=ON
-DNO_MEMCACHE=ON
-DCMAKE_INSTALL_PREFIX=install
(Get-Content build/CMakeCache.txt) | ForEach-Object {
&& (Get-Content build/CMakeCache.txt) | ForEach-Object {
if ($_ -match ".*Iconv_INCLUDE_DIR.*") {
"Iconv_INCLUDE_DIR:PATH=C:/vcpkg/installed/x64-windows-static-md/include"
} else {
Expand Down

0 comments on commit ec7afe0

Please sign in to comment.