From e37fd5a80dd52d62946501c232d743315fdab500 Mon Sep 17 00:00:00 2001 From: Gammasoft Date: Tue, 9 Jul 2024 16:12:50 +0200 Subject: [PATCH] Fix xtdc-gui and guigen-gui running --- scripts/cmake/xtd_commands.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/cmake/xtd_commands.cmake b/scripts/cmake/xtd_commands.cmake index 47c9e05802e5..05dd086213a9 100644 --- a/scripts/cmake/xtd_commands.cmake +++ b/scripts/cmake/xtd_commands.cmake @@ -942,8 +942,7 @@ macro(install_component) if (MSVC AND NOT "${TARGET_TYPE}" STREQUAL "CUSTOM_TARGET" AND NOT "${TARGET_TYPE}" STREQUAL "INTERFACE_LIBRARY") - install(FILES $/${TARGET_NAME}${CMAKE_DEBUG_POSTFIX}.pdb DESTINATION ${DESTINATION} CONFIGURATIONS Debug OPTIONAL) - install(FILES $/${TARGET_NAME}.pdb DESTINATION ${DESTINATION} CONFIGURATIONS Release OPTIONAL) + install(FILES $/. DESTINATION ${DESTINATION} OPTIONAL) endif () endmacro()