21 Nov
2025
21 Nov
'25
1:01 a.m.
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 <nigels.com@gmail.com> 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?