aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-08 19:18:58 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-08 19:18:58 +0300
commit9175723e0328570f12975333d4f9cc0d863a6643 (patch)
treea94ad46972d6fd294edffab0558e4b1ff149f24c /appveyor.yml
parentboost/build: add --runtime-link (diff)
downloadcmake-common-9175723e0328570f12975333d4f9cc0d863a6643.tar.gz
cmake-common-9175723e0328570f12975333d4f9cc0d863a6643.zip
common.cmake: CC_STATIC_RUNTIME=OFF implied if using dynamic Boost libs
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
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