File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -130,10 +130,10 @@ FIND_PACKAGE (Threads REQUIRED)
130
130
131
131
IF (MQTT_USE_LOG)
132
132
MESSAGE (STATUS "Logging enabled" )
133
- FIND_PACKAGE (Boost 1.67.0 REQUIRED COMPONENTS system date_time log filesystem thread program_options )
133
+ FIND_PACKAGE (Boost 1.67.0 REQUIRED COMPONENTS system date_time log filesystem thread)
134
134
ELSE ()
135
135
MESSAGE (STATUS "Logging disabled" )
136
- FIND_PACKAGE (Boost 1.67.0 REQUIRED COMPONENTS system date_time program_options )
136
+ FIND_PACKAGE (Boost 1.67.0 REQUIRED COMPONENTS system date_time)
137
137
ENDIF ()
138
138
139
139
IF (MQTT_NO_TS_EXECUTORS AND ((Boost_MAJOR_VERSION LESS 1) OR (Boost_MINOR_VERSION LESS 74)))
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ LIST (APPEND exec_PROGRAMS
12
12
broker.cpp
13
13
)
14
14
15
+ FIND_PACKAGE (Boost 1.67.0 REQUIRED COMPONENTS program_options)
16
+
15
17
IF (MQTT_USE_TLS)
16
18
LIST (APPEND exec_PROGRAMS
17
19
tls_client.cpp
You can’t perform that action at this time.
0 commit comments