From 0740d7a7d2e7a5c0da26d9bff4611fb7de32e541 Mon Sep 17 00:00:00 2001 From: Davide Faconti Date: Wed, 13 Sep 2023 12:13:47 +0200 Subject: [PATCH] fix cmakes --- plotjuggler_plugins/ToolboxRemote/mcap_api/CMakeLists.txt | 2 -- plotjuggler_plugins/ToolboxRemote/mcap_client/CMakeLists.txt | 3 --- plotjuggler_plugins/ToolboxRemote/mcap_files/CMakeLists.txt | 2 -- 3 files changed, 7 deletions(-) diff --git a/plotjuggler_plugins/ToolboxRemote/mcap_api/CMakeLists.txt b/plotjuggler_plugins/ToolboxRemote/mcap_api/CMakeLists.txt index 184337b02..b6fd0d80e 100644 --- a/plotjuggler_plugins/ToolboxRemote/mcap_api/CMakeLists.txt +++ b/plotjuggler_plugins/ToolboxRemote/mcap_api/CMakeLists.txt @@ -1,5 +1,3 @@ -cmake_minimum_required(VERSION 3.16) -project(mcapRemoteClient LANGUAGES CXX) set(CMAKE_AUTOMOC ON) diff --git a/plotjuggler_plugins/ToolboxRemote/mcap_client/CMakeLists.txt b/plotjuggler_plugins/ToolboxRemote/mcap_client/CMakeLists.txt index 21156abc8..81232c5ea 100644 --- a/plotjuggler_plugins/ToolboxRemote/mcap_client/CMakeLists.txt +++ b/plotjuggler_plugins/ToolboxRemote/mcap_client/CMakeLists.txt @@ -1,6 +1,3 @@ -cmake_minimum_required(VERSION 3.16) -project(mcapRemoteClient LANGUAGES CXX) - set(CMAKE_AUTOMOC ON) find_package(Qt5 REQUIRED COMPONENTS WebSockets) diff --git a/plotjuggler_plugins/ToolboxRemote/mcap_files/CMakeLists.txt b/plotjuggler_plugins/ToolboxRemote/mcap_files/CMakeLists.txt index bbb8e0691..30999019e 100644 --- a/plotjuggler_plugins/ToolboxRemote/mcap_files/CMakeLists.txt +++ b/plotjuggler_plugins/ToolboxRemote/mcap_files/CMakeLists.txt @@ -1,5 +1,3 @@ -cmake_minimum_required(VERSION 3.16) -project(mcapRemoteClient LANGUAGES CXX) set(CMAKE_AUTOMOC ON)