From 7bc25910a797041fc954b5f078bf6dad7c81cb92 Mon Sep 17 00:00:00 2001 From: Yoshimaru Tanaka Date: Wed, 20 Sep 2017 19:25:00 +0900 Subject: [PATCH] FAdd BR to fix CMakeLists.txt file in op3_walking_module_msgs. --- op3_walking_module_msgs/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/op3_walking_module_msgs/CMakeLists.txt b/op3_walking_module_msgs/CMakeLists.txt index 6072dc6..8929451 100644 --- a/op3_walking_module_msgs/CMakeLists.txt +++ b/op3_walking_module_msgs/CMakeLists.txt @@ -1,6 +1,7 @@ ################################################################################ # CMake -################################################################################cmake_minimum_required(VERSION 2.8.3) +################################################################################ +cmake_minimum_required(VERSION 2.8.3) project(op3_walking_module_msgs) ################################################################################ @@ -51,4 +52,4 @@ catkin_package() ################################################################################ # Test -################################################################################ \ No newline at end of file +################################################################################