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 /appveyor.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 '')
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index ce3aeeb..7dbda80 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -86,7 +86,6 @@ build_script: --configuration Release -- cmake/examples/boost -A x64 - -D CC_STATIC_RUNTIME=OFF -D "BOOST_ROOT=%APPVEYOR_BUILD_FOLDER%\boost_1_72_0" -D "BOOST_LIBRARYDIR=%APPVEYOR_BUILD_FOLDER%\boost_1_72_0\stage\x64\lib" -D Boost_USE_STATIC_LIBS=OFF |