Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
rocm_bandwidth_test
Commits
a0caa22d
Commit
a0caa22d
authored
Sep 21, 2021
by
Icarus Sparry
Browse files
Fix rpm packaging requires
Signed-off-by:
Icarus Sparry
<
icarus.sparry@amd.com
>
parent
1d362745
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
a0caa22d
...
...
@@ -217,7 +217,7 @@ else()
endif
()
# RPM package specific variables
set
(
CPACK_RPM_PACKAGE_
DEPEND
S
"libstdc++6, hsa-rocr-dev"
)
set
(
CPACK_RPM_PACKAGE_
REQUIRE
S
"libstdc++6, hsa-rocr-dev"
)
if
(
DEFINED CPACK_PACKAGING_INSTALL_PREFIX
)
set
(
CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION
"
${
CPACK_PACKAGING_INSTALL_PREFIX
}
${
CPACK_PACKAGING_INSTALL_PREFIX
}
/bin"
)
endif
()
...
...
Write
Preview
Markdown
is supported
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