File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Copyright 2018 Glen Joseph Fernandes
2- # (glenjofe@gmail.com)
3- #
1+ # Generated by `boostdep --cmake align`
2+ # Copyright 2020, 2021 Peter Dimov
43# Distributed under the Boost Software License, Version 1.0.
5- # (http ://www.boost.org/LICENSE_1_0.txt)
4+ # https ://www.boost.org/LICENSE_1_0.txt
65
7- cmake_minimum_required (VERSION 3.5 ...3.20 )
6+ cmake_minimum_required (VERSION 3.8 ...3.31 )
87
98project (boost_align VERSION "${BOOST_SUPERPROJECT_VERSION} " LANGUAGES CXX )
109
1110add_library (boost_align INTERFACE )
12-
1311add_library (Boost::align ALIAS boost_align )
1412
1513target_include_directories (boost_align INTERFACE include )
1614
17- target_link_libraries (boost_align INTERFACE
15+ target_link_libraries (boost_align
16+ INTERFACE
1817 Boost::assert
1918 Boost::config
2019 Boost::core
2120)
21+
22+ if (BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR } /test/CMakeLists.txt" )
23+
24+ add_subdirectory (test )
25+
26+ endif ()
You can’t perform that action at this time.
0 commit comments