diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index b0874a3..2c7ad2c 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -35,7 +35,6 @@ if [ mpi.configured ] } else { - alias boost_graph_parallel ; if ! ( --without-graph_parallel in [ modules.peek : ARGV ] ) { message boost_graph_parallel @@ -44,4 +43,8 @@ else : "note: to suppress this message, pass \"--without-graph_parallel\" to bjam." ; } + else + { + alias boost_graph_parallel ; + } }