Skip to content

Commit 6b0564f

Browse files
authored
Merge pull request #736 from jrl-umi3218/ament
install ament files by default
2 parents 89bf2f4 + 88f509a commit 6b0564f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ros2.cmake

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
# You should have received a copy of the GNU General Public License along with
1414
# this program. If not, see <http://www.gnu.org/licenses/>.
1515

16+
option(BUILDING_ROS2_PACKAGE "Install ament specific files" ON)
17+
1618
# This macro creates 3 files which are allowing a package to be found using the
1719
# AMENT system present in ros 2 Setting BUILDING_ROS2_PACKAGE is enough to
1820
# trigger this behavior. _install_project_ros2_ament_files()

0 commit comments

Comments
 (0)