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)