diff --git a/CMakeLists.txt b/CMakeLists.txt index 79f178869..26b7a52e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -262,12 +262,6 @@ if(WIN32) endif() endif() -if(WIN32 AND NOT MSVC) - string(REPLACE "gcc" "windres" CMAKE_RC_COMPILER_INIT ${CMAKE_C_COMPILER}) - enable_language(RC) - set(CMAKE_RC_COMPILE_OBJECT " -O coff -o -I ${CMAKE_SOURCE_DIR}/dist/windows") -endif() - optional_component(ALSA ON "ALSA integration" DEPENDS "alsa" ALSA_FOUND )