Skip to content

Commit

Permalink
check the bloom error
Browse files Browse the repository at this point in the history
  • Loading branch information
robotpilot committed Nov 23, 2016
1 parent a5bcabb commit 3f7c86f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions robotis_framework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,18 @@ cmake_minimum_required(VERSION 2.8.3)
project(robotis_framework)
find_package(catkin REQUIRED)
catkin_metapackage()

Invalid metapackage:
Metapackage 'robotis_framework': Invalid CMakeLists.txt
Expected:
<<<cmake_minimum_required(VERSION 2.8.3)
project(robotis_framework)
find_package(catkin REQUIRED)
catkin_metapackage()
>>>
Got:
<<<cmake_minimum_required(VERSION 2.8.3)
project(robotis_framework)
find_package(catkin REQUIRED)
catkin_metapackage()
>>>

0 comments on commit 3f7c86f

Please sign in to comment.