From 49b1a01241cc415fb626f5c386fb0f4c7d53091c Mon Sep 17 00:00:00 2001 From: Darby Johnston Date: Thu, 1 May 2025 09:12:08 -0700 Subject: [PATCH] Remove unused path from the C++ install Signed-off-by: Darby Johnston --- src/opentimelineio/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/opentimelineio/CMakeLists.txt b/src/opentimelineio/CMakeLists.txt index 732793f2a..cf5190c57 100644 --- a/src/opentimelineio/CMakeLists.txt +++ b/src/opentimelineio/CMakeLists.txt @@ -123,9 +123,6 @@ if(OTIO_CXX_INSTALL) DESTINATION "${OTIO_RESOLVED_CXX_INSTALL_DIR}/include/opentimelineio") set(OPENTIMELINEIO_INCLUDES ${OTIO_RESOLVED_CXX_INSTALL_DIR}/include) - if(OTIO_DEPENDENCIES_INSTALL) - list(APPEND OPENTIMELINEIO_INCLUDES ${OTIO_RESOLVED_CXX_INSTALL_DIR}/include/opentimelineio/deps) - endif() install(TARGETS opentimelineio EXPORT OpenTimelineIOTargets