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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user