We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4eaf33c + d1eb25c commit 975672bCopy full SHA for 975672b
CMakeLists.txt
@@ -3,9 +3,9 @@
3
# Distributed under the Boost Software License, Version 1.0.
4
# https://www.boost.org/LICENSE_1_0.txt
5
6
-cmake_minimum_required(VERSION 3.5...3.16)
+cmake_minimum_required(VERSION 3.8...3.16)
7
8
-project(boost_math VERSION 1.89.0 LANGUAGES CXX)
+project(boost_math VERSION 1.90.0 LANGUAGES CXX)
9
10
add_library(boost_math INTERFACE)
11
@@ -45,6 +45,8 @@ else()
45
46
endif()
47
48
+target_compile_features(boost_math INTERFACE cxx_std_14)
49
+
50
if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")
51
52
add_subdirectory(test)
0 commit comments