Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2021-06-03 15:10:36


Alexander Grund wrote:
> > - CMake 3.9: required by Nowide, I'm not sure why.
...
> I use find_dependency there which requires 3.9.

find_dependency doesn't require 3.9, but passing it
arbitrary arguments does. Before 3.9 it only accepts
a version.

https://cmake.org/cmake/help/v3.5/module/CMakeFindDependencyMacro.html
https://cmake.org/cmake/help/v3.9/module/CMakeFindDependencyMacro.html

Your use in Nowide should work on 3.5.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk