Skip to content
New MINOR release 03.09.00

Changes since 03.08.00:

* use lib install dir defined by GNUInstallDirs
    this should fix library search problems on Tumbleweed

* remove testVirtualFunctionEmplateCompilerFlags

* chore: modernize cmake (#329)
    imported targets
    fix find_package / add_dependency arg order
    handle rpath according to discussion
      i.e. rpath of non-system install location is added for implicit dependencies
    remove explicit definitions for downstream projects
    remove enable-new-dtags, it was used for selecting right rpath variant
    (runpath instead of older rpath) but rpath/runpath is now handled via cmake
    proper cmake Module path
      this is required e.g. for resolution of implicit dependencies
    remove fusion compiler flags
      no longer required since c++11