Skip to content

Commit

Permalink
BOOST_1.69 (#2547)
Browse files Browse the repository at this point in the history
  • Loading branch information
Russel Waters committed Feb 11, 2020
1 parent bd93581 commit f28580d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2,179 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
cmake_minimum_required (VERSION 3.4)

cmake_policy(SET CMP0074 NEW)
cmake_policy(SET CMP0077 NEW)
# compatibility for osx sierra and on
# needs to be set before project
set (CMAKE_OSX_DEPLOYMENT_TARGET 10.12 CACHE STRING "")
Expand Down
1 change: 1 addition & 0 deletions ci/actions/windows/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ if (${env:artifact} -eq 1) {

mkdir build
Push-Location build
$env:BOOST_ROOT = ${env:BOOST_ROOT_1_69_0}

& ..\ci\actions\windows\configure.bat
if (${LastExitCode} -ne 0) {
Expand Down
4 changes: 3 additions & 1 deletion ci/actions/windows/configure.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ cmake .. ^
-DCMAKE_BUILD_TYPE=%BUILD_TYPE% ^
-DACTIVE_NETWORK=nano_%NETWORK_CFG%_network ^
-DNANO_SIMD_OPTIMIZATIONS=TRUE ^
-Dgtest_force_shared_crt=on
-Dgtest_force_shared_crt=on ^
-DBoost_NO_SYSTEM_PATHS=TRUE ^
-DBoost_NO_BOOST_CMAKE=TRUE

set exit_code=%errorlevel%
if %exit_code% neq 0 goto exit
Expand Down
Loading

0 comments on commit f28580d

Please sign in to comment.