-
Notifications
You must be signed in to change notification settings - Fork 39
Add option to link statically with hwloc on linux #641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
290ffd6
to
e62a2ea
Compare
@igchor
|
Thanks, applied. |
d435548
to
f56cf10
Compare
Co-authored-by: Krzysztof Filipek <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
message(FATAL_ERROR "hwloc can be statically linked only on Windows") | ||
endif() | ||
# add PATH to DLL on Windows | ||
set(DLL_PATH_LIST |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: this seems like a redundant code...?
Description
Checklist