mirror of
https://github.com/boostorg/parameter.git
synced 2026-01-19 04:22:13 +00:00
Recent change to Boost.Math, on which Boost.Graph depends, made it incompatible with MSVC 14.0. Rather than check for a specific compiler version, add a configure-time check whether Boost.Graph compiles (or at least the part that is used in Boost.Parameter tests). Disable the tests that depend on Boost.Graph if that check fails. Refs https://github.com/boostorg/math/issues/1275.
9 lines
298 B
Plaintext
9 lines
298 B
Plaintext
# Copyright Andrey Semashev 2025.
|
|
#
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# (See accompanying file LICENSE_1_0.txt or copy at
|
|
# http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
exe graph_supported : graph_supported.cpp : <library>/boost/graph//boost_graph ;
|
|
explicit graph_supported ;
|