The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.

To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.
--- Begin Message ---
From: Yegor Yefremov <yegorsli...@googlemail.com>

Fixes the following warning:

CMake Warning (dev) at
/usr/share/cmake-3.22/Modules/GNUInstallDirs.cmake:239 (message):
  Unable to determine default CMAKE_INSTALL_LIBDIR directory because no
  target architecture is known.  Please enable at least one language before
  including GNUInstallDirs.

Signed-off-by: Yegor Yefremov <yegorsli...@googlemail.com>
---
 CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6b4c000..6e1124e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,8 +1,9 @@
 cmake_minimum_required(VERSION 3.13)
-INCLUDE(GNUInstallDirs)
 
 PROJECT(uci C)
 
+INCLUDE(GNUInstallDirs)
+
 SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")
 
 ADD_DEFINITIONS(-Wall -Werror)
-- 
2.34.1



--- End Message ---
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to