From b551e9a26aea072a6edceceaffcd929c6c3a3179 Mon Sep 17 00:00:00 2001 From: Weng Xuetian Date: Wed, 10 Sep 2025 07:49:05 -0700 Subject: [PATCH] Seems kenlm can be built with C++20, remove the CXX_STANDARD for kenlm kenlm was compiled with C++11 while others using C++20 think the std::string is violating odr. Ref: https://bugs.gentoo.org/962546 --- src/libime/core/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/libime/core/CMakeLists.txt b/src/libime/core/CMakeLists.txt index 883dbbb7..5c089ce1 100644 --- a/src/libime/core/CMakeLists.txt +++ b/src/libime/core/CMakeLists.txt @@ -14,9 +14,14 @@ target_include_directories(kenlm PUBLIC $