mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
ccf9793a00
The patch wasn't updated when openexr_3 was updated.
Fixes: 272aacc19d
("openexr_3: 3.2.2 -> 3.2.4")
14 lines
401 B
Diff
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)
|