mirror of
https://github.com/boostorg/ratio.git
synced 2026-02-25 16:42:28 +00:00
[CMake] Fix comment
This commit is contained in:
@@ -23,10 +23,11 @@ target_link_libraries( boost_ratio
|
||||
Boost::static_assert
|
||||
Boost::type_traits
|
||||
|
||||
# NOTE: dependency on rational is only needed when
|
||||
# BOOST_RATIO_EXTENSIONS is defined.
|
||||
# NOTE: As of Boost 1.70, the dependency on rational is only
|
||||
# necessary, if BOOST_RATIO_EXTENSIONS is defined.
|
||||
# Maybe consuming libraries that do so should add
|
||||
# Boost::rational as a dependency themselves
|
||||
# Boost::rational as a dependency themselves,
|
||||
# instead of doing it here for everyone?
|
||||
Boost::rational
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user