commit 92932ae89a8e26af04022e94793ae3cfd7b4e28e
Author: Kornel Benko <[email protected]>
Date:   Thu Jul 3 13:48:49 2025 +0200

    Cmake build: Allow compilation witch -Wundef for 3rdparty/libiconv
---
 3rdparty/libiconv/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/3rdparty/libiconv/CMakeLists.txt b/3rdparty/libiconv/CMakeLists.txt
index 01b9297d0b..23063e47a5 100644
--- a/3rdparty/libiconv/CMakeLists.txt
+++ b/3rdparty/libiconv/CMakeLists.txt
@@ -25,7 +25,7 @@ set(LIBICONV_VERSION 1.15)
 
 set(SRCDIR ${LIBICONV_VERSION})
 
-add_compile_options(-Wno-deprecated-non-prototype -Wno-strict-prototypes 
-Wno-static-in-inline -Wno-parentheses-equality)
+add_compile_options(-Wno-deprecated-non-prototype -Wno-strict-prototypes 
-Wno-static-in-inline -Wno-parentheses-equality -Wno-undef)
 
 # Options
 option(ENABLE_EXTRA "Enable a few rarely used encodings" OFF)
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to