Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading