mirror of
https://github.com/boostorg/boost_install.git
synced 2026-07-21 13:13:30 +00:00
Fix names of numeric components, again
This commit is contained in:
@@ -157,10 +157,10 @@ jobs:
|
||||
matrix:
|
||||
library:
|
||||
- nowide
|
||||
- numeric_conversion
|
||||
- numeric_interval
|
||||
- numeric_odeint
|
||||
- numeric_ublas
|
||||
- numeric/conversion
|
||||
- numeric/interval
|
||||
- numeric/odeint
|
||||
- numeric/ublas
|
||||
- openmethod
|
||||
- optional
|
||||
- outcome
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2018, 2019 Peter Dimov
|
||||
# Copyright 2018, 2019, 2026 Peter Dimov
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
|
||||
|
||||
@@ -12,6 +12,8 @@ project(CmakeConfigComponentTest LANGUAGES CXX)
|
||||
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/../BoostVersion.cmake)
|
||||
|
||||
string(MAKE_C_IDENTIFIER "${COMPONENT}" COMPONENT) # numeric/conversion -> numeric_conversion
|
||||
|
||||
find_package(Boost ${BOOST_VERSION} EXACT REQUIRED COMPONENTS ${COMPONENT})
|
||||
|
||||
add_executable(main main.cpp)
|
||||
|
||||
Reference in New Issue
Block a user