Skip to content

Commit 49b1a01

Browse files
committed
Remove unused path from the C++ install
Signed-off-by: Darby Johnston <[email protected]>
1 parent f0aac2b commit 49b1a01

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)