Skip to content

Commit

Permalink
typos in CMake options
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Feb 19, 2024
1 parent a79fc2f commit 73eb009
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ jobs:
-DECAL_CORE_PUBLISHER=ON \
-DECAL_CORE_SUBSCRIBER=ON \
-DECAL_CORE_SERVICE=ON \
-DECAL_CORE_TIMEPLUGIONN=ON \
-DECAL_CORE_TRANSPORT_UDPON=ON \
-DECAL_CORE_TRANSPORT_TCPON=ON \
-DECAL_CORE_TRANSPORT_SHMON=ON \
-DECAL_CORE_TIMEPLUGIN=ON \
-DECAL_CORE_TRANSPORT_UDP=ON \
-DECAL_CORE_TRANSPORT_TCP=ON \
-DECAL_CORE_TRANSPORT_SHM=ON \
-DECAL_CORE_NPCAP_SUPPORT=OFF \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LOCALSTATEDONIR=/var \
-DCMAKE_INSTALL_LOCALSTATEDIR=/var \
-DCMAKE_INSTALL_LIBDIR=lib/x86_FF4-linux-gnu
cmake --build _build
Expand Down

0 comments on commit 73eb009

Please sign in to comment.