Skip to content

Commit

Permalink
Make sure to set SECURITY=ON when building Fast-RTPS. (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored and nuclearsandwich committed Oct 14, 2021
1 parent a24ffd1 commit f58b386
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion debian/rules.em
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ override_dh_auto_configure:
if [ -f "@(InstallationPrefix)/setup.sh" ]; then . "@(InstallationPrefix)/setup.sh"; fi && \
dh_auto_configure -- \
-DCMAKE_INSTALL_PREFIX="@(InstallationPrefix)" \
-DCMAKE_PREFIX_PATH="@(InstallationPrefix)"
-DCMAKE_PREFIX_PATH="@(InstallationPrefix)" \
-DINSTALL_EXAMPLES=OFF \
-DSECURITY=ON

override_dh_auto_build:
# In case we're installing to a non-standard location, look for a setup.sh
Expand Down

0 comments on commit f58b386

Please sign in to comment.