Open chrisnovakovic opened 1 year ago
Not all Linux and BSD OSes install user documentation and man pages beneath /usr/share - use the standard CMAKE_INSTALL_DOCDIR and CMAKE_INSTALL_MANDIR variables to decide where they should be installed rather than hardcoding share/ as the prefix.
/usr/share
CMAKE_INSTALL_DOCDIR
CMAKE_INSTALL_MANDIR
share/
Not all Linux and BSD OSes install user documentation and man pages beneath
/usr/share
- use the standardCMAKE_INSTALL_DOCDIR
andCMAKE_INSTALL_MANDIR
variables to decide where they should be installed rather than hardcodingshare/
as the prefix.