summaryrefslogtreecommitdiffstats
path: root/net/httping/patches/010-nls.patch
blob: f22876daba864bb408497e129e83505b0487de81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,9 @@ add_executable(
 
 set(CMAKE_BUILD_TYPE Debug)
 
-target_link_libraries(httping m)
+find_package(Intl)
+
+target_link_libraries(httping m Intl::Intl)
 
 include(FindPkgConfig)