mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-04 16:01:14 -05:00
Remove duplicate install command
This commit is contained in:
parent
df20f2d6a0
commit
e91bdd3cfd
@ -62,7 +62,3 @@ if (WIN32)
|
|||||||
install(FILES $<TARGET_PDB_FILE:${TARGET_NAME}> CONFIGURATIONS Debug RelWithDebInfo DESTINATION ${INSTALL_FOLDER} )
|
install(FILES $<TARGET_PDB_FILE:${TARGET_NAME}> CONFIGURATIONS Debug RelWithDebInfo DESTINATION ${INSTALL_FOLDER} )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Install debug symbols
|
|
||||||
if (WIN32)
|
|
||||||
install(FILES $<TARGET_PDB_FILE:${TARGET_NAME}> CONFIGURATIONS Debug RelWithDebInfo DESTINATION ${INSTALL_FOLDER} )
|
|
||||||
endif()
|
|
||||||
|
Loading…
Reference in New Issue
Block a user