oxen-mq/debian/patches/0002-Fully-version-library....

22 lines
518 B
Diff
Raw Normal View History

2020-03-28 16:22:20 +01:00
From: Jason Rhinelander <jason@imaginary.ca>
Date: Sat, 28 Mar 2020 12:22:07 -0300
Subject: Fully version library
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
2022-10-06 01:32:31 +02:00
index 51c4076..5a7cdfb 100644
2020-03-28 16:22:20 +01:00
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
2021-04-22 07:03:01 +02:00
@@ -24,7 +24,7 @@ include(GNUInstallDirs)
message(STATUS "oxenmq v${PROJECT_VERSION}")
2020-03-28 16:22:20 +01:00
2021-01-14 20:42:22 +01:00
-set(OXENMQ_LIBVERSION 0)
2021-04-22 07:07:40 +02:00
+set(OXENMQ_LIBVERSION ${PROJECT_VERSION})
2020-03-28 16:22:20 +01:00
2020-11-17 20:38:06 +01:00
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)