From 34c3075defae742b991bb2fd4fb2520cd68784b0 Mon Sep 17 00:00:00 2001 From: Mike Dev Date: Thu, 18 Apr 2019 17:17:19 +0200 Subject: [PATCH] [CMake] Fix comment --- CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d6f517..386159a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )