Skip to content

Commit

Permalink
Merge pull request #736 from jrl-umi3218/ament
Browse files Browse the repository at this point in the history
install ament files by default
  • Loading branch information
jorisv authored Jan 13, 2025
2 parents 89bf2f4 + 88f509a commit 6b0564f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ros2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>.

option(BUILDING_ROS2_PACKAGE "Install ament specific files" ON)

# This macro creates 3 files which are allowing a package to be found using the
# AMENT system present in ros 2 Setting BUILDING_ROS2_PACKAGE is enough to
# trigger this behavior. _install_project_ros2_ament_files()
Expand Down

0 comments on commit 6b0564f

Please sign in to comment.