diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-08 19:18:58 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-08 19:18:58 +0300 |
commit | 9175723e0328570f12975333d4f9cc0d863a6643 (patch) | |
tree | a94ad46972d6fd294edffab0558e4b1ff149f24c /.travis.yml | |
parent | boost/build: add --runtime-link (diff) | |
download | cmake-common-9175723e0328570f12975333d4f9cc0d863a6643.tar.gz cmake-common-9175723e0328570f12975333d4f9cc0d863a6643.zip |
common.cmake: CC_STATIC_RUNTIME=OFF implied if using dynamic Boost libs
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 56abeba..8531063 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,6 +48,7 @@ jobs: ./boost/build/build.py build --configuration Debug --platform x86 + --link static -- ./boost_1_58_0 --with-filesystem --with-program_options - bash -o pipefail -c 'find boost_1_58_0/stage -type f | sort' @@ -56,9 +57,9 @@ jobs: --install "$HOME/install/boost_1_58_0" --configuration Debug -- cmake/examples/boost + -D "CMAKE_TOOLCHAIN_FILE=$TRAVIS_BUILD_DIR/cmake/toolchains/gcc-x86.cmake" -D "BOOST_ROOT=$TRAVIS_BUILD_DIR/boost_1_58_0" -D "BOOST_LIBRARYDIR=$TRAVIS_BUILD_DIR/boost_1_58_0/stage/x86/Debug/lib" - -D "CMAKE_TOOLCHAIN_FILE=$TRAVIS_BUILD_DIR/cmake/toolchains/gcc-x86.cmake" - "$HOME/install/boost_1_58_0/bin/foo" - ./.ci/verify_arch.sh "$HOME/install/boost_1_58_0/bin/foo" x86 |