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 3f7c86f commit f14a1fc
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions robotis_framework/CMakeLists.txt
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
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()
>>>
cmake_minimum_required(VERSION 2.8.3)
project(robotis_framework)
find_package(catkin REQUIRED)
catkin_metapackage()

0 comments on commit f14a1fc

Please sign in to comment.