We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91db286 + 13a207d commit 9199dacCopy full SHA for 9199dac
source/common/CMakeLists.txt
@@ -9,7 +9,7 @@ target_include_directories(common INTERFACE
9
)
10
11
add_subdirectory(unified_memory_allocation)
12
-target_link_libraries(common INTERFACE unified_memory_allocation)
+target_link_libraries(common INTERFACE unified_memory_allocation ${CMAKE_DL_LIBS})
13
14
target_sources(common INTERFACE uma_helpers.hpp)
15
source/loader/CMakeLists.txt
@@ -33,7 +33,6 @@ set_target_properties(loader PROPERTIES
33
target_link_libraries(loader PRIVATE
34
${PROJECT_NAME}::common
35
${PROJECT_NAME}::headers
36
- ${CMAKE_DL_LIBS}
37
38
39
if(UR_ENABLE_TRACING)
0 commit comments