Skip to content

Commit

Permalink
adding include path for boost as environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Aug 5, 2024
1 parent d76c537 commit fbaa593
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 @@ -64,6 +64,7 @@ jobs:
if: runner.os == 'Windows'
env:
XDR_ROOT: extlib/install
Boost_INCLUDE_DIR: C:\vcpkg\installed\x64-windows-static-md\include
run: >
cmake -Bextlib/build ./extlib
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
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 _MSV_VER && !__INTEL_COMPILER
int mkstemp(char* template_str);
#endif

Expand Down

0 comments on commit fbaa593

Please sign in to comment.