Skip to content

Commit f7cbab4

Browse files
Update CMakeLists.txt
Co-authored-by: Nick Porcino <[email protected]> Signed-off-by: Darby Johnston <[email protected]>
1 parent c78b637 commit f7cbab4

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
@@ -139,7 +139,7 @@ endif()
139139
# * v1.0.0 - 1.0
140140
# * v1.1.0 - 1.1
141141
#
142-
set(OTIO_SOVERSION ${OTIO_VERSION_MAJOR}.${OTIO_VERSION_MINOR})
142+
math(EXPR OTIO_SOVERSION "${OTIO_VERSION_MAJOR} * 100 + ${OTIO_VERSION_MINOR}")
143143

144144
set(OTIO_RESOLVED_CXX_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}")
145145

0 commit comments

Comments
 (0)