Skip to content

Commit

Permalink
Made install-fastdds.sh executable
Browse files Browse the repository at this point in the history
  • Loading branch information
kzangeli committed Apr 11, 2024
1 parent d8523e4 commit 2784a1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/build-ubi/install-fastdds.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ cd -
#
git clone https://github.com/eProsima/Fast-DDS.git
mkdir Fast-DDS/build

cd Fast-DDS/build
cmake .. -DCMAKE_INSTALL_PREFIX=~/Fast-DDS/install
cmake --build . --target install

0 comments on commit 2784a1e

Please sign in to comment.