mirror of
https://github.com/eclipse/paho.mqtt.cpp.git
synced 2025-05-09 19:31:22 +08:00
#480 Fixed Paho C version in 'install_paho_mqtt_c.sh' script.
This commit is contained in:
parent
4d1778b3b4
commit
cb9da43934
@ -7,7 +7,7 @@ set -ex
|
||||
|
||||
git clone https://github.com/eclipse/paho.mqtt.c.git
|
||||
cd paho.mqtt.c
|
||||
git checkout v1.3.7
|
||||
git checkout v1.3.13
|
||||
|
||||
cmake -Bbuild -H. -DPAHO_WITH_SSL=ON -DPAHO_BUILD_STATIC=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DPAHO_ENABLE_TESTING=OFF
|
||||
sudo env "PATH=$PATH" cmake --build build/ --target install
|
||||
|
Loading…
x
Reference in New Issue
Block a user