diff options
author | Black Hat <bhat@encom.eu.org> | 2019-09-27 11:21:07 -0700 |
---|---|---|
committer | Black Hat <bhat@encom.eu.org> | 2019-09-27 11:21:07 -0700 |
commit | 97e2ac6201c14aaaf2a2ea9af60c904b197e067d (patch) | |
tree | 749d87c832aa049b0cb1ca30ff5cb0b0adb7eded | |
parent | e6ede4f43c8a9325900838009fb8a60f164faa33 (diff) | |
download | libquotient-97e2ac6201c14aaaf2a2ea9af60c904b197e067d.tar.gz libquotient-97e2ac6201c14aaaf2a2ea9af60c904b197e067d.zip |
Fix travis ci
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b36fbe7d..7a9a6599 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,7 +64,7 @@ script: - cmake --build build --target install # Build qmc-example with the installed library - mkdir build-example && pushd build-example -- cmake -DCMAKE_PREFIX_PATH=../install ../examples +- cmake -DCMAKE_PREFIX_PATH=../install -DOlm_DIR=../olm/install/lib/cmake/Olm ../examples - cmake --build . --target all - popd # Build with qmake |