2018-09-28 17:55:52 +03:00
|
|
|
# Copyright 2018 Peter Dimov
|
|
|
|
|
# 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
|
|
|
|
|
|
2019-12-22 03:08:58 +02:00
|
|
|
include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)
|
|
|
|
|
|
|
|
|
|
if(HAVE_BOOST_TEST)
|
2019-12-21 01:18:26 +02:00
|
|
|
|
2019-12-29 18:44:21 +02:00
|
|
|
boost_test_jamfile(FILE Jamfile LINK_LIBRARIES Boost::mp11 Boost::core)
|
|
|
|
|
boost_test(SOURCES check_cmake_version.cpp ARGUMENTS ${PROJECT_VERSION} LINK_LIBRARIES Boost::core Boost::config)
|
2019-12-22 03:08:58 +02:00
|
|
|
|
|
|
|
|
endif()
|