Skip to content

Commit

Permalink
Fixed line escapes
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold committed Nov 20, 2024
1 parent e6534b3 commit 1f79c5c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
-G "Visual Studio 16 2019" ^
-A ${{ matrix.build_arch }} ^
-T ${{ env.VS_TOOLSET }} ^
-DTCP_PUBSUB_BUILD_SAMPLES=ON \
-DTCP_PUBSUB_BUILD_TESTS=ON \
-DTCP_PUBSUB_USE_BUILTIN_ASIO=ON \
-DTCP_PUBSUB_USE_BUILTIN_RECYCLE=ON \
-DTCP_PUBSUB_USE_BUILTIN_GTEST=ON \
-DTCP_PUBSUB_BUILD_SAMPLES=ON ^
-DTCP_PUBSUB_BUILD_TESTS=ON ^
-DTCP_PUBSUB_USE_BUILTIN_ASIO=ON ^
-DTCP_PUBSUB_USE_BUILTIN_RECYCLE=ON ^
-DTCP_PUBSUB_USE_BUILTIN_GTEST=ON ^
-DTCP_PUBSUB_LIBRARY_TYPE=${{env.tcp_pubsub_library_type}} ^
-DCMAKE_INSTALL_PREFIX=${{env.INSTALL_PREFIX}}
Expand Down

0 comments on commit 1f79c5c

Please sign in to comment.