We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f76a2d + 0a71537 commit ec48b01Copy full SHA for ec48b01
CMakeLists.txt
@@ -25,7 +25,7 @@ set(MFAST_MAJOR_VERSION 1)
25
set(MFAST_MINOR_VERSION 3)
26
set(MFAST_PATCH_VERSION 0)
27
set(MFAST_VERSION ${MFAST_MAJOR_VERSION}.${MFAST_MINOR_VERSION}.${MFAST_PATCH_VERSION})
28
-set(MFAST_SOVERSION ${MFAST_MAJOR_VERSION}.${MFAST_MINOR_VERSION})
+set(MFAST_SOVERSION ${MFAST_MAJOR_VERSION}.${MFAST_MINOR_VERSION}.${MFAST_PATCH_VERSION})
29
30
include(SetInstallPaths)
31
include(Emscripten)
0 commit comments