-
Notifications
You must be signed in to change notification settings - Fork 36
enable tracker in ProxyLib by default #761
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
Changes from all commits
0d64d11
57b96f9
62d7b06
05ddc12
09ee70e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -195,8 +195,6 @@ install(TARGETS umf EXPORT ${PROJECT_NAME}-targets) | |
|
||
add_subdirectory(pool) | ||
|
||
if(UMF_PROXY_LIB_ENABLED | ||
AND NOT UMF_LINK_HWLOC_STATICALLY | ||
AND NOT UMF_DISABLE_HWLOC) | ||
if(UMF_PROXY_LIB_ENABLED) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. AND UMF_BUILD_SHARED_LIBRARY? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. UMF_PROXY_LIB_ENABLED is set only in shared library mode, see https://github.com/oneapi-src/unified-memory-framework/pull/761/files#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR439 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Verified. |
||
add_subdirectory(proxy_lib) | ||
endif() |
vinser52 marked this conversation as resolved.
Show resolved
Hide resolved
|
Uh oh!
There was an error while loading. Please reload this page.