diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-25 00:01:45 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-26 16:38:31 +0100 |
commit | c503c01474e85895f49ef659c7dc0cd6ddbda23c (patch) | |
tree | 7c0977f9e9c6b1ff8797d65a76c6f7fb2727b6fe /.ci | |
parent | Fix include of lmdb++ with hunter (diff) | |
download | nheko-c503c01474e85895f49ef659c7dc0cd6ddbda23c.tar.xz |
Set prefix path explicitly on osx
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/script.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/script.sh b/.ci/script.sh index 9e05998d..bfac7cef 100755 --- a/.ci/script.sh +++ b/.ci/script.sh @@ -32,7 +32,8 @@ cmake -GNinja -H. -Bbuild \ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DHUNTER_CONFIGURATION_TYPES=RelWithDebInfo \ -DUSE_BUNDLED_OPENSSL=OFF \ -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl \ - -DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include + -DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include \ + -DCMAKE_PREFIX_PATH=/usr/local/opt/qt5 else cmake -GNinja -H. -Bbuild \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ |