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 Aug 24, 2022
1 parent b503b6d commit 02152c8
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 @@ -37,7 +37,9 @@ override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_INSTALL_PREFIX="@(InstallationPrefix)" \
-DCMAKE_PREFIX_PATH="@(InstallationPrefix)" \
$(BUILD_TESTING_ARG)
$(BUILD_TESTING_ARG) \
-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 02152c8

Please sign in to comment.