aboutsummaryrefslogtreecommitdiff
path: root/graphics/openexr/files/patch-cmake_OpenEXRSetup.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/openexr/files/patch-cmake_OpenEXRSetup.cmake')
-rw-r--r--graphics/openexr/files/patch-cmake_OpenEXRSetup.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/openexr/files/patch-cmake_OpenEXRSetup.cmake b/graphics/openexr/files/patch-cmake_OpenEXRSetup.cmake
deleted file mode 100644
index d78b2af091db..000000000000
--- a/graphics/openexr/files/patch-cmake_OpenEXRSetup.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- cmake/OpenEXRSetup.cmake.orig 2025-10-07 15:22:39 UTC
-+++ cmake/OpenEXRSetup.cmake
-@@ -100,7 +100,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
- # Suffix for debug configuration libraries
- # (if you should choose to install those)
- # Don't override if the user has set it and don't save it in the cache
--if (NOT CMAKE_DEBUG_POSTFIX)
-+if (NOT DEFINED CMAKE_DEBUG_POSTFIX)
- set(CMAKE_DEBUG_POSTFIX "_d")
- endif()
-