Comment 2 for bug 558708

Revision history for this message
Gianfranco Costamagna (costamagnagianfranco) wrote : Re: cmake-data package does not contain FindGLIB2.cmake

Hi, this would be a nice additions, but you have to ask this upstream :)

a good workaround might be
"
cmake_minimum_required(VERSION 3.2)
include(FindPkgConfig)
pkg_check_modules(GLIB2 glib-2.0)
"

(taken from bug 1563548)