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.cmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/openexr/files/patch-cmake_OpenEXRSetup.cmake b/graphics/openexr/files/patch-cmake_OpenEXRSetup.cmake
new file mode 100644
index 000000000000..93adc0ce4eb9
--- /dev/null
+++ b/graphics/openexr/files/patch-cmake_OpenEXRSetup.cmake
@@ -0,0 +1,12 @@
+--- cmake/OpenEXRSetup.cmake.orig 2025-10-07 15:22:39 UTC
++++ cmake/OpenEXRSetup.cmake
+@@ -100,9 +100,6 @@ 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)
+- set(CMAKE_DEBUG_POSTFIX "_d")
+-endif()
+
+ if(NOT OPENEXR_IS_SUBPROJECT)
+ # Usual cmake option to build shared libraries or not, only overridden if OpenEXR is a top level project,