mirror of
https://github.com/boostorg/boost.git
synced 2025-04-04 21:15:01 +00:00
14 lines
470 B
CMake
14 lines
470 B
CMake
# Copyright 2019 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
|
|
|
|
cmake_minimum_required(VERSION 3.5...3.16)
|
|
|
|
project(Boost VERSION 1.77.0 LANGUAGES CXX)
|
|
|
|
set(BOOST_SUPERPROJECT_VERSION ${PROJECT_VERSION})
|
|
set(BOOST_SUPERPROJECT_SOURCE_DIR ${PROJECT_SOURCE_DIR})
|
|
|
|
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/tools/cmake/include)
|
|
|
|
include(BoostRoot)
|