Skip to content

Commit

Permalink
fix cmakes
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Feb 8, 2024
1 parent 9380733 commit 0740d7a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions plotjuggler_plugins/ToolboxRemote/mcap_api/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 3.16)
project(mcapRemoteClient LANGUAGES CXX)

set(CMAKE_AUTOMOC ON)

Expand Down
3 changes: 0 additions & 3 deletions plotjuggler_plugins/ToolboxRemote/mcap_client/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
cmake_minimum_required(VERSION 3.16)
project(mcapRemoteClient LANGUAGES CXX)

set(CMAKE_AUTOMOC ON)

find_package(Qt5 REQUIRED COMPONENTS WebSockets)
Expand Down
2 changes: 0 additions & 2 deletions plotjuggler_plugins/ToolboxRemote/mcap_files/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 3.16)
project(mcapRemoteClient LANGUAGES CXX)

set(CMAKE_AUTOMOC ON)

Expand Down

0 comments on commit 0740d7a

Please sign in to comment.