$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Is it possible to suppress warnings from a Jamfile
From: Mat Marcus (mat-lists_at_[hidden])
Date: 2008-09-10 16:02:46
I maintain a library that uses boost. I would like my clients to be
able to build my library with boost build without seeing the python
and mpi warnings. It would be best if they could simply type
bjam
instead of
bjam --without-mpi
Is there a way that I can put something in my top level Jamfile to
avoid the warnings?
- Mat