Skip to content

Commit c125d9c

Browse files
Remove unused path from the C++ install (#1882)
1 parent f0aac2b commit c125d9c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/opentimelineio/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ if(OTIO_CXX_INSTALL)
123123
DESTINATION "${OTIO_RESOLVED_CXX_INSTALL_DIR}/include/opentimelineio")
124124

125125
set(OPENTIMELINEIO_INCLUDES ${OTIO_RESOLVED_CXX_INSTALL_DIR}/include)
126-
if(OTIO_DEPENDENCIES_INSTALL)
127-
list(APPEND OPENTIMELINEIO_INCLUDES ${OTIO_RESOLVED_CXX_INSTALL_DIR}/include/opentimelineio/deps)
128-
endif()
129126

130127
install(TARGETS opentimelineio
131128
EXPORT OpenTimelineIOTargets

0 commit comments

Comments
 (0)