$ grep -C3 cmake_minimum /usr/lib64/cmake/GtkDoc/GtkDocScanGObjWrapper.cmake > > # This is needed for find_package(PkgConfig) to work correctly -- > # CMAKE_MINIMUM_REQUIRED_VERSION needs to be defined. > cmake_minimum_required(VERSION 3.2) > > if(NOT APPLE) > # We use pkg-config to find glib et al
https://gitlab.gnome.org/GNOME/gtk-doc/-/merge_requests/101