[cpack_installer] removed unnecessary explicit use of CMAKE_INSTALL_DEFAULT_COMPONENT_NAME

This commit is contained in:
scottr
2021-06-02 22:05:20 -07:00
parent 602dd01434
commit 881c51dc9c
-1
View File
@@ -101,7 +101,6 @@ endif()
install(FILES ${_cmake_package_dest}
DESTINATION ./Tools/Redistributables/CMake
COMPONENT ${CMAKE_INSTALL_DEFAULT_COMPONENT_NAME}
)
# IMPORTANT: required to be included AFTER setting all property overrides