We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe776c commit 791441cCopy full SHA for 791441c
1 file changed
share/rocmcmakebuildtools/cmake/ROCMInstallTargets.cmake
@@ -233,7 +233,7 @@ function(rocm_install_targets)
233
DESTINATION ${LIB_INSTALL_DIR}
234
COMPONENT ${development}
235
)
236
- if(WIN32)
+ if(WIN32 AND NOT T_TYPE STREQUAL "INTERFACE_LIBRARY")
237
install(FILES $<TARGET_PDB_FILE:${TARGET}>
238
DESTINATION ${BIN_INSTALL_DIR} OPTIONAL)
239
endif()
0 commit comments