Skip to content

Commit

Permalink
removing cmake_buid_type flags, as this is set for the whole workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
birchera committed Feb 5, 2016
1 parent 4c4698d commit 480baee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion multiagent_collision_check/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 2.8.3)
project(multiagent_collision_check)

add_definitions(-std=c++11)
#set(CMAKE_BUILD_TYPE Debug)

find_package(catkin REQUIRED COMPONENTS
octomap_world
Expand Down
2 changes: 0 additions & 2 deletions prune_pointcloud/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ project(prune_pointcloud)

add_definitions(-std=c++11)

set(CMAKE_BUILD_TYPE Debug)

find_package(catkin REQUIRED COMPONENTS
tf
sensor_msgs
Expand Down

0 comments on commit 480baee

Please sign in to comment.