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
08acfb78
Commit
08acfb78
authored
Nov 07, 2016
by
Bastien Jacquet
Browse files
Fix bundled-installer filename (omitted version)
parent
ccced5b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Projects/veloview.bundle.common.cmake
View file @
08acfb78
...
...
@@ -39,4 +39,4 @@ endif()
set
(
CPACK_RESOURCE_FILE_LICENSE
"
${
VeloViewSuperBuild_SOURCE_DIR
}
/LICENSE"
)
set
(
CPACK_PACKAGE_FILE_NAME
"
${
CPACK_PACKAGE_NAME
}
-
${
CPACK_PACKAGE_VERSION_
FULL
}
-
${
PACKAGE_TIMESTAMP
}
-
${
package_suffix
}
"
)
"
${
CPACK_PACKAGE_NAME
}
-
${
CPACK_PACKAGE_VERSION_
MAJOR
}
.
${
CPACK_PACKAGE_VERSION_MINOR
}
.
${
CPACK_PACKAGE_VERSION_PATCH
}
-
${
PACKAGE_TIMESTAMP
}
-
${
package_suffix
}
"
)
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