Update CMake version to boost/version.hpp

This commit is contained in:
Hans Dembinski 2019-08-25 15:24:50 +02:00 committed by GitHub
parent ed573cb40f
commit bf9cba189c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
cmake_minimum_required(VERSION 3.6)
project(BoostHistogram VERSION 1.71.0 LANGUAGES CXX)
project(BoostHistogram VERSION 1.72.0 LANGUAGES CXX)
add_library(boost_histogram INTERFACE)
set_property(TARGET boost_histogram PROPERTY EXPORT_NAME histogram)