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.
1 parent 1b2d4e0 commit f7a3dc8Copy full SHA for f7a3dc8
amd/comgr/CMakeLists.txt
@@ -398,12 +398,14 @@ if (NOT UNIX)
398
PRIVATE version)
399
endif()
400
401
-target_link_libraries(amd_comgr
402
- PRIVATE
403
- pthread
404
- rt
405
- c
406
- ${CMAKE_DL_LIBS})
+if (NOT WIN32)
+ target_link_libraries(amd_comgr
+ PRIVATE
+ pthread
+ rt
+ c
407
+ ${CMAKE_DL_LIBS})
408
+endif()
409
410
include(CTest)
411
if(BUILD_TESTING)
0 commit comments