BOOST_1.69 (#2547)

This commit is contained in:
Russel Waters 2020-02-11 10:07:12 -05:00 committed by GitHub
commit f28580d482
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 2179 deletions

View file

@ -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 "")

View file

@ -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) {

View file

@ -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

File diff suppressed because it is too large Load diff