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 ec7afe0 commit e5795f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
$_
}
} | Set-Content ./build/CMakeCache.txt
&& Add-Content -Path ./build/CMakeCache.txt -Value "Iconv_INCLUDE_DIR:PATH=C:/vcpkg/installed/x64-windows-static-md/include"
&& cmake --build build -j --config Release
&& cmake --install build --config Release
&& ls install/lib
Expand Down
2 changes: 1 addition & 1 deletion source/clientserver/protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#define UDA_PROTOCOL_LIMITER 113
#define UDA_PROTOCOL_OPAQUE_STOP 200

#if _MSV_VER && !__INTEL_COMPILER
#if _MSC_VER && !__INTEL_COMPILER
int mkstemp(char* template_str);
#endif

Expand Down

0 comments on commit e5795f0

Please sign in to comment.