Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 12 lines 342 B view raw
1diff --git a/cmake/FindGettext.cmake b/cmake/FindGettext.cmake 2index 358734688..ffcbf7ef4 100644 3--- a/cmake/FindGettext.cmake 4+++ b/cmake/FindGettext.cmake 5@@ -42,6 +42,7 @@ find_path(LIBINTL_INCLUDE 6 ) 7 8 set(CMAKE_REQUIRED_INCLUDES ${LIBINTL_INCLUDE}) 9+set(CMAKE_REQUIRED_FLAGS "-lintl") 10 11 check_include_files(libintl.h HAVE_LIBINTL_H) 12