Skip to content

Commit 440281d

Browse files
committed
Regenerate CMakeLists.txt
1 parent 842f5da commit 440281d

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

CMakeLists.txt

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
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

98
project(boost_align VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
109

1110
add_library(boost_align INTERFACE)
12-
1311
add_library(Boost::align ALIAS boost_align)
1412

1513
target_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()

0 commit comments

Comments
 (0)