summaryrefslogtreecommitdiff
path: root/comms/svxlink/files/patch-src_svxlink_modules_metarinfo_CMakeLists.txt
blob: 3a86c9138a07f6fa73b8668069a6282b45f5de6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/svxlink/modules/metarinfo/CMakeLists.txt.orig	2019-09-01 20:12:38 UTC
+++ src/svxlink/modules/metarinfo/CMakeLists.txt
@@ -6,6 +6,7 @@ set(MODNAME MetarInfo)
 
 # Project libraries to link to
 set(LIBS ${LIBS} ${CURL_LIBRARY})
+include_directories(AFTER "${LOCALBASE}/include")
 
 # The version tag name without the VER_ prefix
 set(VERNAME ${MODNAME})