2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

cmake: directly define project version (#1199)

Co-authored-by: Peter Dimov <pdimov@gmail.com>
This commit is contained in:
Lucas Colley
2024-09-16 13:55:10 +01:00
committed by GitHub
parent 885fd95daa
commit ff72eaad44
3 changed files with 30 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
cmake_minimum_required(VERSION 3.5...3.16)
project(boost_math VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
project(boost_math VERSION 1.87.0 LANGUAGES CXX)
add_library(boost_math INTERFACE)