Skip to content

Commit 9eb5f50

Browse files
committed
Minor tweak to message text
1 parent a9ea8cd commit 9eb5f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if(OTIO_PYTHON_INSTALL)
8282
# location.
8383
set(OTIO_RESOLVED_CXX_DYLIB_INSTALL_DIR "${OTIO_PYTHON_INSTALL_DIR}/opentimelineio")
8484
message(STATUS "OTIO Defaulting Python install to ${OTIO_RESOLVED_PYTHON_INSTALL_DIR}")
85-
message(STATUS "Note: C++ linkable-shared libraries can be found: ${OTIO_PYTHON_INSTALL_DIR}/opentimelineio")
85+
message(STATUS "Note: C++ linkable shared libraries can be found at: ${OTIO_PYTHON_INSTALL_DIR}/opentimelineio")
8686
endif()
8787
endif()
8888
else()

0 commit comments

Comments
 (0)