Skip to content

Commit 2d2aee7

Browse files
committed
SConstruct : Don't link to boost_chrono
We don't use it any more.
1 parent ee9b357 commit 2d2aee7

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Build
1919
-----
2020

2121
- Requires `fmt` 9.1.0.
22+
- Removed unnecessary linking to `boost_thread` and `boost_chrono`.
2223

2324
10.7.0.0a4 (relative to 10.7.0.0a3)
2425
==========

SConstruct

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,6 @@ if doConfigure :
11001100
"boost_date_time" + env["BOOST_LIB_SUFFIX"],
11011101
"boost_thread" + env["BOOST_LIB_SUFFIX"],
11021102
"boost_timer" + env["BOOST_LIB_SUFFIX"],
1103-
"boost_chrono" + env["BOOST_LIB_SUFFIX"]
11041103
]
11051104
)
11061105

0 commit comments

Comments
 (0)