diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-07-01 00:46:44 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-07-01 01:05:37 +0200 |
commit | d72eb5eb2d26f6462e07ec578996590d5ae27c99 (patch) | |
tree | 7d668547b2eef924cddae236f207788fc8129348 /.ci | |
parent | Fix Qt 5.9 build (diff) | |
download | nheko-d72eb5eb2d26f6462e07ec578996590d5ae27c99.tar.xz |
Update dependencies
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/script.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.ci/script.sh b/.ci/script.sh index 63e7f135..f43a6efb 100755 --- a/.ci/script.sh +++ b/.ci/script.sh @@ -71,7 +71,6 @@ cmake -GNinja -H. -Bbuild \ -DHUNTER_ROOT=".hunter" \ -DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF \ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DHUNTER_CONFIGURATION_TYPES=RelWithDebInfo \ - -DUSE_BUNDLED_OPENSSL=OFF \ -DCI_BUILD=ON fi cmake --build build |