Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CMake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bryon Bean
CMake
Commits
1adbe223
Commit
1adbe223
authored
8 years ago
by
Brad King
Browse files
Options
Downloads
Plain Diff
Merge branch 'cpack-rpm-correct-error-message-debug-lengths' into release
parents
40cf5e0e
8dc23a43
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Modules/CPackRPM.cmake
+2
-2
2 additions, 2 deletions
Modules/CPackRPM.cmake
with
2 additions
and
2 deletions
Modules/CPackRPM.cmake
+
2
−
2
View file @
1adbe223
...
...
@@ -1472,8 +1472,8 @@ function(cpack_rpm_debugsymbol_check INSTALL_FILES WORKING_DIR)
string
(
LENGTH
"
${
CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX
}
/src_
${
index_
}
"
debuginfo_dir_len
)
if
(
source_dir_len_ LESS debuginfo_dir_len
)
message
(
FATAL_ERROR
"CPackRPM: source dir path '
${
source_dir_
}
' is"
"
long
er than debuginfo sources dir path '
${
CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX
}
/src_
${
index_
}
'!"
" Source dir path must be
short
er than debuginfo sources dir path."
"
short
er than debuginfo sources dir path '
${
CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX
}
/src_
${
index_
}
'!"
" Source dir path must be
long
er than debuginfo sources dir path."
" Set CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX variable to a shorter value"
" or make source dir path longer."
" Required for debuginfo packaging. See documentation of"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment