Skip to content
  • Brad King's avatar
    Tests: Fix GTK2Components.gtkmm test with sigc++ >= 2.5.1 · c41b9dc7
    Brad King authored
    FindGTK2 adds compile features to GTK2::sigc++ so that clients will
    compile as C++11 or above.  However, our test case covers using just the
    library list variables instead of the imported targets.  Fix this case
    by propagating the compile features manually.
    c41b9dc7