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 a5bcabb commit 3f7c86fCopy full SHA for 3f7c86f
robotis_framework/CMakeLists.txt
@@ -2,3 +2,18 @@ cmake_minimum_required(VERSION 2.8.3)
2
project(robotis_framework)
3
find_package(catkin REQUIRED)
4
catkin_metapackage()
5
+
6
+Invalid metapackage:
7
+ Metapackage 'robotis_framework': Invalid CMakeLists.txt
8
+Expected:
9
+<<<cmake_minimum_required(VERSION 2.8.3)
10
+project(robotis_framework)
11
+find_package(catkin REQUIRED)
12
+catkin_metapackage()
13
+>>>
14
+Got:
15
16
17
18
19
0 commit comments