Skip to content

Commit

Permalink
Enable building the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
e-tmplr authored and eboasson committed Mar 12, 2024
1 parent 2cdc9a3 commit 1db30a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Expand Up @@ -58,6 +58,6 @@ fi

mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$CYCLONEDDS_INSTALL_PREFIX -DBUILD_IDLC=ON ..
cmake -DCMAKE_INSTALL_PREFIX=$CYCLONEDDS_INSTALL_PREFIX -DBUILD_IDLC=ON -DBUILD_EXAMPLES=ON ..
cmake --build .
cmake --build . --target install

0 comments on commit 1db30a1

Please sign in to comment.