mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 18:23:09 +00:00
14 lines
428 B
Diff
14 lines
428 B
Diff
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt
|
|
index 44d9185d..8ffcd2b2 100644
|
|
--- a/src/test/CMakeLists.txt
|
|
+++ b/src/test/CMakeLists.txt
|
|
@@ -4,7 +4,7 @@
|
|
# We require this to get object library link library support and
|
|
# combined python 2 + 3 support
|
|
|
|
-add_subdirectory(IexTest)
|
|
+#add_subdirectory(IexTest)
|
|
add_subdirectory(OpenEXRCoreTest)
|
|
add_subdirectory(OpenEXRTest)
|
|
add_subdirectory(OpenEXRUtilTest)
|