Skip to content

Commit

Permalink
Set CMake flags for Fast-RTPS.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich authored Feb 12, 2022
1 parent e625762 commit 9ea4615
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 9ea4615

Please sign in to comment.