mosquitto/travis-configure.sh

6 lines
107 B
Bash
Raw Normal View History

2016-06-07 15:56:15 +00:00
#!/bin/bash
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
2018-09-25 13:25:02 +00:00
cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl .
2016-06-07 15:56:15 +00:00
fi