mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
don't do debug, not needed anyway
This commit is contained in:
parent
115cb23672
commit
15112c63b7
@ -319,9 +319,6 @@ if (MSVC)
|
|||||||
if (COPY_MSVC_REDISTRIBUTABLES)
|
if (COPY_MSVC_REDISTRIBUTABLES)
|
||||||
# Get the list of Visual C++ runtime DLLs
|
# Get the list of Visual C++ runtime DLLs
|
||||||
set(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP True)
|
set(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP True)
|
||||||
if (${CMAKE_BUILD_TYPE} MATCHES "Debug")
|
|
||||||
set(CMAKE_INSTALL_DEBUG_LIBRARIES_ONLY True)
|
|
||||||
endif ()
|
|
||||||
include(InstallRequiredSystemLibraries)
|
include(InstallRequiredSystemLibraries)
|
||||||
|
|
||||||
# Create a space sperated list
|
# Create a space sperated list
|
||||||
|
Loading…
Reference in New Issue
Block a user