summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-01-25 00:01:45 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-01-26 16:38:31 +0100
commitc503c01474e85895f49ef659c7dc0cd6ddbda23c (patch)
tree7c0977f9e9c6b1ff8797d65a76c6f7fb2727b6fe
parentFix include of lmdb++ with hunter (diff)
downloadnheko-c503c01474e85895f49ef659c7dc0cd6ddbda23c.tar.xz
Set prefix path explicitly on osx
-rwxr-xr-x.ci/script.sh3
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 \