Skip to content

Commit 922f60b

Browse files
committed
Override CMake minimum version
Signed-off-by: Darby Johnston <[email protected]>
1 parent c9243d5 commit 922f60b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/deps/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ endif()
4646

4747
if(NOT OTIO_FIND_URIPARSER)
4848
set(BUILD_SHARED_LIBS OFF)
49+
set(CMAKE_POLICY_VERSION_MINIMUM 3.5)
4950
add_subdirectory(uriparser)
5051
endif()
5152

0 commit comments

Comments
 (0)