Skip to content

Commit

Permalink
Changes applied according to disscusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Moreno committed Nov 5, 2018
1 parent 85a207c commit fce5d1a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cpp/RAD0_control/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
set(CMAKE_C_CLANG_TIDY clang-tidy -checks=*)
set(CMAKE_CXX_CLANG_TIDY clang-tidy -checks=*)
project(rad0_control_cpp)

# Default to C++14
Expand Down
2 changes: 1 addition & 1 deletion Cpp/complex_msg_publisher/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
set(CMAKE_C_CLANG_TIDY clang-tidy -checks=*)
set(CMAKE_CXX_CLANG_TIDY clang-tidy -checks=*)
project(complex_msg_publisher_cpp)

# Default to C++14
Expand Down
2 changes: 1 addition & 1 deletion Cpp/complex_msg_subscriber/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
set(CMAKE_C_CLANG_TIDY clang-tidy -checks=*)
set(CMAKE_CXX_CLANG_TIDY clang-tidy -checks=*)
project(complex_msg_subscriber_cpp)

# Default to C++14
Expand Down
2 changes: 1 addition & 1 deletion Cpp/int32_publisher/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
set(CMAKE_C_CLANG_TIDY clang-tidy -checks=*)
set(CMAKE_CXX_CLANG_TIDY clang-tidy -checks=*)
project(int32_publisher_cpp)

# Default to C++14
Expand Down
2 changes: 1 addition & 1 deletion Cpp/int32_subscriber/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
set(CMAKE_C_CLANG_TIDY clang-tidy -checks=*)
set(CMAKE_CXX_CLANG_TIDY clang-tidy -checks=*)
project(int32_subscriber_cpp)

# Default to C++14
Expand Down
2 changes: 1 addition & 1 deletion Cpp/string_publisher/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
set(CMAKE_C_CLANG_TIDY clang-tidy -checks=*)
set(CMAKE_CXX_CLANG_TIDY clang-tidy -checks=*)
project(string_publisher_cpp)

# Default to C++14
Expand Down
2 changes: 1 addition & 1 deletion Cpp/string_subscriber/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
set(CMAKE_C_CLANG_TIDY clang-tidy -checks=*)
set(CMAKE_CXX_CLANG_TIDY clang-tidy -checks=*)
project(string_subscriber_cpp)

# Default to C++14
Expand Down

0 comments on commit fce5d1a

Please sign in to comment.