Skip to content

Commit

Permalink
Clean submodule CMakeLists.txt
Browse files Browse the repository at this point in the history
Remove unnecesary commands listed already one level higher
  • Loading branch information
vmayoral committed Feb 24, 2019
1 parent 5db9218 commit 18edf88
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions moveit_core/robot_model/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
cmake_minimum_required(VERSION 3.5)
set(MOVEIT_LIB_NAME moveit_robot_model)

# Default to C++14
if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 14)
endif()

if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic)
endif()

add_library(${MOVEIT_LIB_NAME}
src/aabb.cpp
src/fixed_joint_model.cpp
Expand Down

0 comments on commit 18edf88

Please sign in to comment.