summaryrefslogtreecommitdiff
path: root/devel/jwt-cpp/files/patch-CMakeLists.txt
blob: d954df695994273d3bd3cb0070f58d5462b5e807 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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