forked from pool/muparser
fixup libmuparser version in CMakeLists
OBS-URL: https://build.opensuse.org/package/show/science/muparser?expand=0&rev=29
This commit is contained in:
parent
0481818530
commit
877ea6b43d
@ -15,14 +15,26 @@ The abidiff(1) report from libabigail:
|
||||
|
||||
Work around this messup by using the full version as unique SONAME.
|
||||
|
||||
(Also temporarily fixup the version field; cf.
|
||||
https://github.com/beltoforion/muparser/issues/111)
|
||||
|
||||
---
|
||||
CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
CMakeLists.txt | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
Index: muparser-2.3.3/CMakeLists.txt
|
||||
===================================================================
|
||||
--- muparser-2.3.3.orig/CMakeLists.txt
|
||||
+++ muparser-2.3.3/CMakeLists.txt
|
||||
@@ -13,7 +13,7 @@ project(muParserProject)
|
||||
# Bump versions on release
|
||||
set(MUPARSER_VERSION_MAJOR 2)
|
||||
set(MUPARSER_VERSION_MINOR 3)
|
||||
-set(MUPARSER_VERSION_PATCH 2)
|
||||
+set(MUPARSER_VERSION_PATCH 3)
|
||||
set(MUPARSER_VERSION ${MUPARSER_VERSION_MAJOR}.${MUPARSER_VERSION_MINOR}.${MUPARSER_VERSION_PATCH})
|
||||
|
||||
# Build options
|
||||
@@ -75,7 +75,7 @@ endif()
|
||||
|
||||
set_target_properties(muparser PROPERTIES
|
||||
|
Loading…
Reference in New Issue
Block a user