Skip to content
GitLab
Menu
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
59d652d5
Commit
59d652d5
authored
Nov 02, 2016
by
Bastien Jacquet
Browse files
Make package date YYYYMMDD
parent
f568a20b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Projects/veloview.bundle.common.cmake
View file @
59d652d5
...
...
@@ -9,7 +9,7 @@ determine_version(${VeloViewSuperBuild_SOURCE_DIR} ${GIT_EXECUTABLE} "VV")
# Sets GD_YEAR, GD_MONTH, GD_DAY
include
(
${
VeloViewSuperBuild_SOURCE_DIR
}
/Projects/getdate.cmake
)
GET_DATE
()
set
(
PACKAGE_TIMESTAMP
"
${
GD_
DAY
}${
GD_MONTH
}${
GD_
YEAR
}
"
)
set
(
PACKAGE_TIMESTAMP
"
${
GD_
YEAR
}${
GD_MONTH
}${
GD_
DAY
}
"
)
# Enable CPack packaging.
set
(
CPACK_PACKAGE_DESCRIPTION_SUMMARY
"VeloView"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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