From 65ffed81514183c1adb22f6db27c01ca425e7d80 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 13 Apr 2024 17:06:41 +0200 Subject: [PATCH] Remove reference to non-existent script --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 21a73c1..c3edbf1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,10 +96,6 @@ set(CMAKE_TEMPLATE_FILES cmake/templates/global.h.in cmake/templates/version.h.in cmake/templates/template.pc.in) -set(SCRIPT_FILES) -if (MINGW) - list(APPEND SCRIPT_FILES scripts/wine.sh) -endif () if (WIN32) list(APPEND CMAKE_TEMPLATE_FILES cmake/templates/windows.rc.in cmake/templates/windows-cli-wrapper.rc.in cmake/templates/cli-wrapper.cpp)