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
0a5c8e99
Commit
0a5c8e99
authored
Nov 29, 2016
by
Bastien Jacquet
Browse files
CMake output of bundle filename as non-blocking STATUS message
parent
60aeb937
Changes
1
Hide whitespace changes
Inline
Side-by-side
Projects/veloview.bundle.common.cmake
View file @
0a5c8e99
...
@@ -45,4 +45,4 @@ else()
...
@@ -45,4 +45,4 @@ else()
set
(
CPACK_PACKAGE_FILE_NAME
set
(
CPACK_PACKAGE_FILE_NAME
"
${
CPACK_PACKAGE_NAME
}
-
${
VV_VERSION_FULL
}
-
${
package_suffix
}
"
)
"
${
CPACK_PACKAGE_NAME
}
-
${
VV_VERSION_FULL
}
-
${
package_suffix
}
"
)
endif
()
endif
()
message
(
"Bundled package name will be:
${
CPACK_PACKAGE_FILE_NAME
}
"
)
message
(
STATUS
"Bundled package name will be:
${
CPACK_PACKAGE_FILE_NAME
}
"
)
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