Skip to content

Commit

Permalink
GitHub Actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pbosetti committed Jun 21, 2024
1 parent 53bb7dd commit d2b752d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,17 @@ add_plugin(echoj)
add_plugin(clock)
add_plugin(to_console)
add_plugin(random)
add_plugin(serial_reader SRCS ${SRC_DIR}/serialport.cpp)
add_plugin(running_avg)
if(NOT WIN32)
# Serial port plugin is not supported on Windows
add_plugin(serial_reader SRCS ${SRC_DIR}/serialport.cpp)
endif()

if(NOT MADS_NO_DEPS_ONLY)
add_plugin(mqtt LIBS mosquittopp)
endif()

if (APPLE)
add_plugin(restway LIBS restclient-cpp)
if (APPLE)
add_plugin(restway LIBS restclient-cpp)
endif()
endif()

add_loader(load_filter)
Expand Down

0 comments on commit d2b752d

Please sign in to comment.