I found the cause. I was trying to suppress the deprecation warnings from cmake, so I changed the cmake_minimum_required from VERSION 3.15.0 to VERSION 3.15.0...4.1.0. It seems that the boost cmake config files don't work with policy version 4.1.0.
On Thu, Nov 20, 2025 at 1:57 PM Nigel Stewart <[email protected]> wrote: > Can you try some older versions of cmake, just to check if it's a cmake > problem? Such as 3.28? > >> >> >> Is there an easy way to get boost to work with cmake 4.1? >> > _______________________________________________ Boost-users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://lists.boost.org/mailman3/lists/boost-users.lists.boost.org/ Archived at: https://lists.boost.org/archives/list/[email protected]/message/QD5CWSUA4XWQ2O5UBF65N6UNFYX7MLFS/
