Skip to content

Commit 5d465fe

Browse files
committed
Revert change
Signed-off-by: Darby Johnston <[email protected]>
1 parent 6e813e8 commit 5d465fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/deps/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ if(OTIO_PYTHON_INSTALL)
2929
endif()
3030

3131
if(NOT OTIO_FIND_IMATH)
32+
set(BUILD_SHARED_LIBS OFF)
3233
add_subdirectory(Imath)
3334
endif()
3435

3536
if(NOT OTIO_FIND_MINIZIP_NG)
37+
set(BUILD_SHARED_LIBS OFF)
3638
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
3739
set(MZ_COMPAT ON)
3840
set(MZ_ZLIB ON)

0 commit comments

Comments
 (0)