binpac: Set installdirs using GNUInstallDirs module in CMake

This commit is contained in:
Derek Ditch 2019-02-13 21:04:35 -06:00 committed by Tim Wojtulewicz
parent 1d750aa164
commit 2da5fecc16
2 changed files with 6 additions and 3 deletions

View file

@ -4,6 +4,9 @@ include(cmake/CommonCMakeConfig.cmake)
file(STRINGS "${CMAKE_CURRENT_SOURCE_DIR}/VERSION" BINPAC_VERSION LIMIT_COUNT 1)
# Set default install paths
include(GNUInstallDirs)
########################################################################
## Dependency Configuration