Remove duplicate install command

This commit is contained in:
Jon Beniston 2023-04-03 16:57:26 +01:00
parent df20f2d6a0
commit e91bdd3cfd
1 changed files with 0 additions and 4 deletions

View File

@ -62,7 +62,3 @@ if (WIN32)
install(FILES $<TARGET_PDB_FILE:${TARGET_NAME}> CONFIGURATIONS Debug RelWithDebInfo DESTINATION ${INSTALL_FOLDER} )
endif()
# Install debug symbols
if (WIN32)
install(FILES $<TARGET_PDB_FILE:${TARGET_NAME}> CONFIGURATIONS Debug RelWithDebInfo DESTINATION ${INSTALL_FOLDER} )
endif()