3 Jun
2021
3 Jun
'21
3:10 p.m.
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.