File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ should be run as root:
118118
119119 $ dnf list --installed openssl-devel
120120
121- #. Boost libraries version 1.71 .0 or later
121+ #. Boost libraries version 1.74 .0 or later
122122
123123 ::
124124
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ def configure(conf):
7373 uselib_store = 'NDN_CXX' , pkg_config_path = pkg_config_path )
7474
7575 conf .check_boost ()
76- if conf .env .BOOST_VERSION_NUMBER < 107100 :
77- conf .fatal ('The minimum supported version of Boost is 1.71 .0.\n '
76+ if conf .env .BOOST_VERSION_NUMBER < 107400 :
77+ conf .fatal ('The minimum supported version of Boost is 1.74 .0.\n '
7878 'Please upgrade your distribution or manually install a newer version of Boost.\n '
7979 'For more information, see https://redmine.named-data.net/projects/nfd/wiki/Boost' )
8080
You can’t perform that action at this time.
0 commit comments