Skip to content

Commit

Permalink
Fixed cmake option
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold committed Nov 20, 2024
1 parent 2218c80 commit 2d44804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
-DTCP_PUBSUB_BUILD_TESTS=ON \
-DTCP_PUBSUB_USE_BUILTIN_ASIO=ON \
-DTCP_PUBSUB_USE_BUILTIN_RECYCLE=ON \
-TCP_PUBSUB_USE_BUILTIN_GTEST=ON \
-DTCP_PUBSUB_USE_BUILTIN_GTEST=ON \
-DTCP_PUBSUB_LIBRARY_TYPE=${{env.tcp_pubsub_library_type}} \
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
-DBUILD_SHARED_LIBS=${{ env.build_shared_libs }}
Expand Down

0 comments on commit 2d44804

Please sign in to comment.