From fce5d1a9c7d188ea8e5087675b4a1d0f2e83baff Mon Sep 17 00:00:00 2001 From: Javier Moreno Date: Mon, 5 Nov 2018 10:46:50 +0100 Subject: [PATCH] Changes applied according to disscusion. --- Cpp/RAD0_control/CMakeLists.txt | 2 +- Cpp/complex_msg_publisher/CMakeLists.txt | 2 +- Cpp/complex_msg_subscriber/CMakeLists.txt | 2 +- Cpp/int32_publisher/CMakeLists.txt | 2 +- Cpp/int32_subscriber/CMakeLists.txt | 2 +- Cpp/string_publisher/CMakeLists.txt | 2 +- Cpp/string_subscriber/CMakeLists.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cpp/RAD0_control/CMakeLists.txt b/Cpp/RAD0_control/CMakeLists.txt index 5a77197..65dc08f 100644 --- a/Cpp/RAD0_control/CMakeLists.txt +++ b/Cpp/RAD0_control/CMakeLists.txt @@ -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 diff --git a/Cpp/complex_msg_publisher/CMakeLists.txt b/Cpp/complex_msg_publisher/CMakeLists.txt index aa680a5..010345e 100644 --- a/Cpp/complex_msg_publisher/CMakeLists.txt +++ b/Cpp/complex_msg_publisher/CMakeLists.txt @@ -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 diff --git a/Cpp/complex_msg_subscriber/CMakeLists.txt b/Cpp/complex_msg_subscriber/CMakeLists.txt index 5f547f2..66c88d1 100644 --- a/Cpp/complex_msg_subscriber/CMakeLists.txt +++ b/Cpp/complex_msg_subscriber/CMakeLists.txt @@ -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 diff --git a/Cpp/int32_publisher/CMakeLists.txt b/Cpp/int32_publisher/CMakeLists.txt index 550b0c0..2eca54f 100644 --- a/Cpp/int32_publisher/CMakeLists.txt +++ b/Cpp/int32_publisher/CMakeLists.txt @@ -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 diff --git a/Cpp/int32_subscriber/CMakeLists.txt b/Cpp/int32_subscriber/CMakeLists.txt index 3c39210..01c8cea 100644 --- a/Cpp/int32_subscriber/CMakeLists.txt +++ b/Cpp/int32_subscriber/CMakeLists.txt @@ -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 diff --git a/Cpp/string_publisher/CMakeLists.txt b/Cpp/string_publisher/CMakeLists.txt index 529e57d..b671959 100644 --- a/Cpp/string_publisher/CMakeLists.txt +++ b/Cpp/string_publisher/CMakeLists.txt @@ -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 diff --git a/Cpp/string_subscriber/CMakeLists.txt b/Cpp/string_subscriber/CMakeLists.txt index 69309d4..3a491c1 100644 --- a/Cpp/string_subscriber/CMakeLists.txt +++ b/Cpp/string_subscriber/CMakeLists.txt @@ -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