summaryrefslogtreecommitdiff
path: root/devel/jwt-cpp/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'devel/jwt-cpp/files/patch-CMakeLists.txt')
-rw-r--r--devel/jwt-cpp/files/patch-CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/jwt-cpp/files/patch-CMakeLists.txt b/devel/jwt-cpp/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..d954df695994
--- /dev/null
+++ b/devel/jwt-cpp/files/patch-CMakeLists.txt
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig 2025-09-15 06:53:07 UTC
++++ CMakeLists.txt
+@@ -132,7 +132,7 @@ if(NOT JWT_DISABLE_PICOJSON AND JWT_EXTERNAL_PICOJSON)
+ endif()
+
+ if(NOT JWT_DISABLE_PICOJSON AND JWT_EXTERNAL_PICOJSON)
+- target_link_libraries(jwt-cpp INTERFACE picojson::picojson>)
++ target_link_libraries(jwt-cpp INTERFACE picojson::picojson)
+ endif()
+
+ # Hunter needs relative paths so the files are placed correctly