mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
binpac: Set installdirs using GNUInstallDirs module in CMake
This commit is contained in:
parent
1d750aa164
commit
2da5fecc16
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue