Skip to content
Snippets Groups Projects
Commit d3bd2d6a authored by Julien Malik's avatar Julien Malik
Browse files

BUG: fix typo in openjpeg lib versioning

parent 72258dae
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ SET(OPENJPEG_OTB_PATCH "1")
#)
SET(OPENJPEG_LIBRARY_PROPERTIES
VERSION "${OPENJPEG_SVN_REVISION}.${OPENJPEG_OTB_PATCH}.0}"
VERSION "${OPENJPEG_SVN_REVISION}.${OPENJPEG_OTB_PATCH}.0"
SOVERSION "${OPENJPEG_SVN_REVISION}.${OPENJPEG_OTB_PATCH}"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment