Skip to content

Commit

Permalink
Update Boost to 1.67
Browse files Browse the repository at this point in the history
  • Loading branch information
massanoori committed May 19, 2018
1 parent a7e338d commit 5f0dee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor-cov.yml
Expand Up @@ -13,7 +13,7 @@ build_script:
cd build
set THR_CMAKE_BOOST_CONFIG=-DBOOST_INCLUDE_DIR=C:\Libraries\boost_1_66_0 -DBOOST_LIB_DIR=C:\Libraries\boost_1_66_0\lib32-msvc-14.1
set THR_CMAKE_BOOST_CONFIG=-DBOOST_INCLUDE_DIR=C:\Libraries\boost_1_67_0 -DBOOST_LIB_DIR=C:\Libraries\boost_1_67_0\lib32-msvc-14.1
set THR_CMAKE_CONFIG=-DCMAKE_INSTALL_PREFIX=../install-2017 -G "Visual Studio 15 2017" -DCMAKE_BUILD_TYPE=Debug
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -13,7 +13,7 @@ before_build:
cd build
set THR_CMAKE_BOOST_CONFIG=-DBOOST_INCLUDE_DIR=C:\Libraries\boost_1_66_0 -DBOOST_LIB_DIR=C:\Libraries\boost_1_66_0\lib32-msvc-14.1
set THR_CMAKE_BOOST_CONFIG=-DBOOST_INCLUDE_DIR=C:\Libraries\boost_1_67_0 -DBOOST_LIB_DIR=C:\Libraries\boost_1_67_0\lib32-msvc-14.1
set THR_CMAKE_CONFIG=-DCMAKE_INSTALL_PREFIX=../install-2017 -G "Visual Studio 15 2017"
Expand Down

0 comments on commit 5f0dee4

Please sign in to comment.