Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LidarView
LidarView-Superbuild
Commits
b13aaadf
Commit
b13aaadf
authored
Apr 15, 2021
by
Arnaud Billon
💬
Browse files
[refactor] Move CPACK_ variables to bundle scripts
parent
3358b995
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMake/bundle/LidarviewBundleCommon.cmake
View file @
b13aaadf
# Crossplatform Bundling scripts for LidarView
#Sanitize checks
if
(
NOT package_suffix
)
message
(
FATAL_ERROR
"package_suffix not set"
)
endif
()
# Enable CPack packaging.
include
(
${
LidarViewSuperBuild_SOURCE_DIR
}
/../Application/SoftwareInformation/branding.cmake
)
...
...
@@ -28,6 +33,10 @@ include(${LidarViewSuperBuild_SOURCE_DIR}/lidarview-superbuild/Projects/getdate.
GET_DATE
()
set
(
PACKAGE_TIMESTAMP
"
${
GD_YEAR
}${
GD_MONTH
}${
GD_DAY
}
"
)
set
(
CPACK_PACKAGE_DESCRIPTION_SUMMARY
"
${
SOFTWARE_NAME
}
"
)
set
(
CPACK_PACKAGE_NAME
"
${
SOFTWARE_NAME
}
"
)
set
(
CPACK_PACKAGE_VENDOR
"
${
VENDOR
}
"
)
set
(
CPACK_COMPONENT_LIDARVIEW_DISPLAY_NAME
${
SOFTWARE_NAME
}
)
set
(
CPACK_PACKAGE_VERSION_MAJOR
${
LV_VERSION_MAJOR
}
)
set
(
CPACK_PACKAGE_VERSION_MINOR
${
LV_VERSION_MINOR
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment