Skip to content

Commit

Permalink
chore: Update CMakeLists.txt to fix conditional statement
Browse files Browse the repository at this point in the history
  • Loading branch information
pbosetti committed Jun 27, 2024
1 parent 37cf55b commit 7b9d5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ add_plugin(clock)
add_plugin(to_console)
add_plugin(random)
add_plugin(running_avg)
if(NOT WIN32 && NOT MADS_NO_DEPS_ONLY)
if(NOT WIN32 AND NOT MADS_NO_DEPS_ONLY)
# Serial port plugin is not supported on Windows
add_plugin(serial_reader SRCS ${SRC_DIR}/serialport.cpp)
add_plugin(mqtt LIBS mosquittopp)
Expand Down

0 comments on commit 7b9d5ef

Please sign in to comment.