1
0
mirror of https://github.com/eclipse/mosquitto.git synced 2025-05-09 01:01:11 +08:00
mosquitto/travis-configure.sh
2018-09-25 14:25:02 +01:00

6 lines
107 B
Bash
Executable File

#!/bin/bash
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl .
fi