build(cmake): Use GNUInstallDirs to install data and lib directories (#1817)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# unix specific packaging
|
||||
# put anything here that applies to both linux and macos
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
# return here if building a macos package
|
||||
if(SUNSHINE_PACKAGE_MACOS)
|
||||
return()
|
||||
|
||||
Reference in New Issue
Block a user