summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@gmail.com>2020-04-30 18:34:40 +0300
committerPeter Dimov <pdimov@gmail.com>2020-04-30 18:34:40 +0300
commit90a01d83a1ec071e3dc543f0156b5ad413ccc68a (patch)
tree18b0aebb4545db00cbdda5fb3fc0ebc2e5f0e675 /CMakeLists.txt
parenta684b63cfb192f88b6d854e9655dce014375e48d (diff)
downloadboost-90a01d83a1ec071e3dc543f0156b5ad413ccc68a.tar.gz
Update Boost version in CMakeLists.txt
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f903a132f5..cd1855dcd6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.5...3.16)
-project(Boost VERSION 1.73.0 LANGUAGES CXX)
+project(Boost VERSION 1.74.0 LANGUAGES CXX)
set(BOOST_SUPERPROJECT_VERSION ${PROJECT_VERSION})
set(BOOST_SUPERPROJECT_SOURCE_DIR ${PROJECT_SOURCE_DIR})