mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-20 11:36:33 +02:00
6 lines
107 B
Bash
Executable file
6 lines
107 B
Bash
Executable file
#!/bin/bash
|
|
|
|
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
|
cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl .
|
|
fi
|