File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ libdir=@LIBDIR@
33includedir=@INCLUDEDIR@
44
55Name: PSync
6- Description: NDN PSync library
6+ Description: NDN PSync Library
77Version: @VERSION@
88Libs: -L${libdir} -lPSync
99Cflags: -I${includedir}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
3232# title of most generated pages and in a few other places.
3333# The default value is: My Project.
3434
35- PROJECT_NAME = " PSync"
35+ PROJECT_NAME = PSync
3636
3737# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
3838# could be handy for archiving the generated documentation or if some version
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ def configure(conf):
5151 uselib_store = 'NDN_CXX' , pkg_config_path = pkg_config_path )
5252
5353 conf .check_boost (lib = 'iostreams' , mt = True )
54- if conf .env .BOOST_VERSION_NUMBER < 107100 :
55- conf .fatal ('The minimum supported version of Boost is 1.71 .0.\n '
54+ if conf .env .BOOST_VERSION_NUMBER < 107400 :
55+ conf .fatal ('The minimum supported version of Boost is 1.74 .0.\n '
5656 'Please upgrade your distribution or manually install a newer version of Boost.\n '
5757 'For more information, see https://redmine.named-data.net/projects/nfd/wiki/Boost' )
5858
You can’t perform that action at this time.
0 commit comments