Skip to content

Commit 529485d

Browse files
committed
PAHO with SSL False
Signed-off-by: ashish-jabble <[email protected]>
1 parent cc2b592 commit 529485d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

others/scripts/mqtt/requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ git clone https://github.com/eclipse/paho.mqtt.c.git
5353
cd paho.mqtt.c
5454
mkdir build
5555
cd build
56-
cmake -DPAHO_BUILD_DOCUMENTATION=FALSE -DPAHO_WITH_SSL=TRUE ..
56+
cmake -DPAHO_BUILD_DOCUMENTATION=FALSE -DPAHO_WITH_SSL=FALSE ..
5757
make
5858
sudo make install

0 commit comments

Comments
 (0)