Mercurial > hg > orthanc
changeset 3293:394d7eab2c9c
fix travis
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 21 Feb 2019 21:52:06 +0100 |
parents | bb9266715c4c |
children | 801075411128 |
files | .travis.yml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Thu Feb 21 21:18:32 2019 +0100 +++ b/.travis.yml Thu Feb 21 21:52:06 2019 +0100 @@ -50,7 +50,7 @@ - if [ $TRAVIS_OS_NAME == linux -a $TRAVIS_MINGW == ON ]; then cmake -DCMAKE_BUILD_TYPE=Debug -DSTATIC_BUILD=ON -DSTANDALONE_BUILD=ON -DALLOW_DOWNLOADS=ON -DCMAKE_TOOLCHAIN_FILE=Resources/MinGWToolchain.cmake -DDCMTK_STATIC_VERSION=3.6.0 - -DUSE_LEGACY_JSONCPP=ON -DBOOST_LOCALE_BACKEND=icu -DUSE_LEGACY_LIBICU=ON + -DUSE_LEGACY_JSONCPP=ON -DBOOST_LOCALE_BACKEND=libiconv ..; fi - if [ $TRAVIS_OS_NAME == osx ]; then cmake -DCMAKE_BUILD_TYPE=Debug -DSTATIC_BUILD=ON -DSTANDALONE_BUILD=ON -DALLOW_DOWNLOADS=ON