diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-07 19:34:54 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-07 19:34:54 +0100 |
commit | db4f2cb50a50058b357e959aebbfb493ee7cf821 (patch) | |
tree | 37556262210350f890d3357bf3ed406d916be977 /Jamroot.jam | |
parent | Disable shadow warning in test cases for clang (diff) | |
download | slicer-db4f2cb50a50058b357e959aebbfb493ee7cf821.tar.bz2 slicer-db4f2cb50a50058b357e959aebbfb493ee7cf821.tar.xz slicer-db4f2cb50a50058b357e959aebbfb493ee7cf821.zip |
Update to glibmm-2.68HEADslicer-1.13.1main
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index c1df266..e1ec381 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -78,5 +78,5 @@ project slicer : requirements build-project slicer ; pkg-config.import libxmlpp : : <name>libxml++-5.0 ; -pkg-config.import glibmm : : <name>glibmm-2.4 ; +pkg-config.import glibmm : : <name>glibmm-2.68 ; |