File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ project(OpenTimelineIO VERSION ${OTIO_VERSION} LANGUAGES C CXX)
2828# Installation options
2929option (OTIO_CXX_INSTALL "Install the C++ bindings" ON )
3030option (OTIO_PYTHON_INSTALL "Install the Python bindings" OFF )
31- option (OTIO_DEPENDENCIES_INSTALL "Install OTIO's C++ header dependencies (any and nonstd )" ON )
31+ option (OTIO_DEPENDENCIES_INSTALL "Install OTIO's C++ header dependencies (Imath )" ON )
3232option (OTIO_INSTALL_PYTHON_MODULES "Install OTIO pure Python modules/files" ON )
3333option (OTIO_INSTALL_COMMANDLINE_TOOLS "Install the OTIO command line tools" ON )
3434option (OTIO_INSTALL_CONTRIB "Install the opentimelineio_contrib Python package" ON )
@@ -125,9 +125,9 @@ if(OTIO_CXX_INSTALL)
125125 message (STATUS "Installing C++ dynamic libraries to: ${OTIO_RESOLVED_CXX_DYLIB_INSTALL_DIR} " )
126126
127127 if (OTIO_DEPENDENCIES_INSTALL)
128- message (STATUS " Installing 'any' and 'nonstd' for C++ (OTIO_DEPENDENCIES_INSTALL=ON)" )
128+ message (STATUS " Installing header dependencies for C++ (OTIO_DEPENDENCIES_INSTALL=ON)" )
129129 else ()
130- message (STATUS " Not installing any and nonstd for C++ (OTIO_DEPENDENCIES_INSTALL=OFF)" )
130+ message (STATUS " Not installing header dependencies for C++ (OTIO_DEPENDENCIES_INSTALL=OFF)" )
131131 endif ()
132132else ()
133133 message (STATUS "Install C++ bindings: OFF" )
You can’t perform that action at this time.
0 commit comments