From e91bdd3cfd7501570cbfaad09b57e9a4ec717c48 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Mon, 3 Apr 2023 16:57:26 +0100 Subject: [PATCH] Remove duplicate install command --- plugins/channelrx/demodais/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/channelrx/demodais/CMakeLists.txt b/plugins/channelrx/demodais/CMakeLists.txt index 09978a0b9..215165724 100644 --- a/plugins/channelrx/demodais/CMakeLists.txt +++ b/plugins/channelrx/demodais/CMakeLists.txt @@ -62,7 +62,3 @@ if (WIN32) install(FILES $ CONFIGURATIONS Debug RelWithDebInfo DESTINATION ${INSTALL_FOLDER} ) endif() -# Install debug symbols -if (WIN32) - install(FILES $ CONFIGURATIONS Debug RelWithDebInfo DESTINATION ${INSTALL_FOLDER} ) -endif()