From 0ad6e67593a785b28928b88676f053dc301bbbd3 Mon Sep 17 00:00:00 2001 From: Jean-Francois Panisset Date: Sun, 10 Aug 2025 22:25:17 -0700 Subject: [PATCH] Don't fail to install OCIO 2.3.2 custom cmake modules Signed-off-by: Jean-Francois Panisset --- ....3.2-0001-fix-cmake-source-dir-and-targets.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/packages/conan/recipes/ocio/patches/2.3.2-0001-fix-cmake-source-dir-and-targets.patch b/packages/conan/recipes/ocio/patches/2.3.2-0001-fix-cmake-source-dir-and-targets.patch index 3d3ed3a1..14b0453e 100644 --- a/packages/conan/recipes/ocio/patches/2.3.2-0001-fix-cmake-source-dir-and-targets.patch +++ b/packages/conan/recipes/ocio/patches/2.3.2-0001-fix-cmake-source-dir-and-targets.patch @@ -1,16 +1,3 @@ -diff --git CMakeLists.txt CMakeLists.txt -index 7b62a993..5ea33694 100755 ---- CMakeLists.txt -+++ CMakeLists.txt -@@ -511,7 +511,7 @@ install( - FILE ${OCIO_TARGETS_EXPORT_NAME} - ) - --if (NOT BUILD_SHARED_LIBS) -+if (0) - # Install custom macros used in the find modules. - install(FILES - ${CMAKE_CURRENT_LIST_DIR}/share/cmake/macros/VersionUtils.cmake diff --git share/cmake/modules/FindExtPackages.cmake share/cmake/modules/FindExtPackages.cmake index 2625242c..dcb41cf2 100644 --- share/cmake/modules/FindExtPackages.cmake