You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(CMakeLists.txt): Use GNUinstalldirs module (#327)
GNUInstallDirs module is available since CMake 3.0.2. It provides
standard install directory variables as defined for GNU software.
Using this module would provides standard variable names for
bindir, libdir, includedir and datadir, etc., which would be
beneficial.
This patch modifies the top-level CMakeLists.txt and apply the
standard variables accordingly. The minimal CMake version requirement
is also bumped to 3.0.2.
0 commit comments