We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0aac2b commit c125d9cCopy full SHA for c125d9c
src/opentimelineio/CMakeLists.txt
@@ -123,9 +123,6 @@ if(OTIO_CXX_INSTALL)
123
DESTINATION "${OTIO_RESOLVED_CXX_INSTALL_DIR}/include/opentimelineio")
124
125
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()
129
130
install(TARGETS opentimelineio
131
EXPORT OpenTimelineIOTargets
0 commit comments