Skip to content

Commit

Permalink
Account for BOOST_ROOT not being defined for stage of cmake config in…
Browse files Browse the repository at this point in the history
…clude dir.
  • Loading branch information
grafikrobot committed Jul 19, 2024
1 parent 84c3ddf commit 88e3e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boost-install.jam
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ rule install-or-stage-cmake-config ( name * : install-or-stage )
if $(install-or-stage) = stage
{
local libdir = [ boost-install-dirs.stage-libdir ] ;
local includedir = [ path.make [ modules.peek boostcpp : BOOST_ROOT ] ] ;
local includedir = [ boost-install-dirs.stage-includedir ] ;
reqs = <install-libdir>$(libdir) <install-includedir>$(includedir) ;
}
else
Expand Down

0 comments on commit 88e3e6e

Please sign in to comment.