Skip to content

Commit

Permalink
Fix format files
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Jul 9, 2024
1 parent e37fd5a commit faae92f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/cmake/xtd_commands.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,6 @@ macro(install_component)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/locale/. DESTINATION ${DESTINATION}/locale)
endif ()


if (MSVC AND NOT "${TARGET_TYPE}" STREQUAL "CUSTOM_TARGET" AND NOT "${TARGET_TYPE}" STREQUAL "INTERFACE_LIBRARY")
install(FILES $<TARGET_FILE_DIR:${TARGET_NAME}>/. DESTINATION ${DESTINATION} OPTIONAL)
endif ()
Expand Down

0 comments on commit faae92f

Please sign in to comment.