We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35dee45 commit 1f6fdfdCopy full SHA for 1f6fdfd
cob_common/CMakeLists.txt
@@ -1,5 +1,7 @@
1
cmake_minimum_required(VERSION 3.8)
2
project(cob_common)
3
4
-find_package(ament_cmake REQUIRED)
+# Make the ament_metapackage() command available.
5
+find_package(ament_cmake_metapackage REQUIRED)
6
+
7
ament_metapackage()
0 commit comments