Skip to content

1.11.0

Latest
Compare
Choose a tag to compare
@oschwald oschwald released this 21 Aug 18:00
24df335
  • When building with CMake, the man pages will now be generated and
    installed. Requested by Thomas Klausner. GitHub #351.
  • Removed unnecessary $<INSTALL_INTERFACE:generated> directory from
    target_include_directories in the CMake build configuration. This is
    a private build directory. Pull request by Ankur Verma. GitHub #354.