diff --git a/CMakeLists.txt b/CMakeLists.txt index 0acf110a1..a08f9d9f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1127,10 +1127,6 @@ else() message(STATUS "Building headless") endif() -if (WIN32) - list(APPEND USED_SOURCES res/furnace.rc) -endif() - if (WIN32) list(APPEND DEPENDENCIES_LIBRARIES shlwapi) if (NOT MSVC)