On Thu, 23 Jul 2026 at 18:04, Jun Omae <[email protected]> wrote: [..]
> > After the changes for CheckCompilerFlag are commented temporarily, the > > following error is occurred. > > The Intl::Intl is added in 3.20. > > See https://cmake.org/cmake/help/latest/module/FindIntl.html > > > > [[[ > > -- Found Intl: /usr/include > > CMake Error at CMakeLists.txt:453 (add_library): > > add_library cannot create ALIAS target "external-intl" because target > > "Intl::Intl" is imported but not globally visible. > > ]]] > > > > Fixed in r1936526. > > It looks the workaround from r1936526 is no longer needed since we bumped CMake minimum required version to 3.20 (r1936635) I have tested build with CMake 3.20 and r1936526 reverted: the build works fine. So I suggested to revert r1936526. WDYT? -- Ivan Zhakov

