diff options
author | randomdan <randomdan@localhost> | 2011-06-09 19:59:52 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-06-09 19:59:52 +0000 |
commit | f087791816a720f9e0895536a012118008532d2d (patch) | |
tree | f64f5fc0cbc3e6fffbd1535f8d8a7946565f310f | |
parent | Fix compile cflags in release (diff) | |
download | project2-f087791816a720f9e0895536a012118008532d2d.tar.bz2 project2-f087791816a720f9e0895536a012118008532d2d.tar.xz project2-f087791816a720f9e0895536a012118008532d2d.zip |
Propagate features
-rw-r--r-- | project2/Jamfile.jam | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project2/Jamfile.jam b/project2/Jamfile.jam index 9198db6..caf94fd 100644 --- a/project2/Jamfile.jam +++ b/project2/Jamfile.jam @@ -37,8 +37,8 @@ alias p2parts : : : : ; feature uuid : boost ossp : propagated ; -feature odbc : yes no ; -feature pq : yes no ; +feature odbc : yes no : propagated ; +feature pq : yes no : propagated ; project : requirements |