nixpkgs/pkgs/development/libraries/openexr/disable-iex-test.patch
Alyssa Ross ccf9793a00 pkgsMusl.openexr_3: fix build
The patch wasn't updated when openexr_3 was updated.

Fixes: 272aacc19d ("openexr_3: 3.2.2 -> 3.2.4")
2024-04-24 17:37:11 +02:00

14 lines
401 B
Diff

diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt
index 25f429da..918f56e9 100644
--- a/src/test/CMakeLists.txt
+++ b/src/test/CMakeLists.txt
@@ -5,7 +5,7 @@
# combined python 2 + 3 support
if (OPENEXR_TEST_LIBRARIES)
- add_subdirectory(IexTest)
+ #add_subdirectory(IexTest)
add_subdirectory(OpenEXRCoreTest)
add_subdirectory(OpenEXRTest)
add_subdirectory(OpenEXRUtilTest)