Rediff patches

This commit is contained in:
Jason Rhinelander 2023-09-28 11:15:23 -03:00
parent e43fde7618
commit 8b827cef4e
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ Subject: Fully version library
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 51c4076..5a7cdfb 100644
index a72dc93..00f6d61 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@ include(GNUInstallDirs)

View File

@ -7,10 +7,10 @@ Subject: Ubuntu cmake hack
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5a7cdfb..2e6dbb5 100644
index 00f6d61..80150dc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -66,9 +66,7 @@ target_link_libraries(oxenmq PRIVATE Threads::Threads)
@@ -75,9 +75,7 @@ target_link_libraries(oxenmq PRIVATE Threads::Threads)
if(TARGET oxenc::oxenc)