[cmake-developers] FindGTK2-quiet topic
Brad King
brad.king at kitware.com
Tue Aug 27 09:16:08 EDT 2013
On 08/09/2013 10:56 AM, Daniele E. Domenichelli wrote:
> http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1e18051f687836052479b70f28c520a5e0626dd7
> FindGTK2: Search for modules quietly when needed
[snip]
> + set(GTK2_${_COMPONENT_UPPER}_FIND_QUIETLY GTK2_FIND_QUIETLY)
Shouldn't that be
set(GTK2_${_COMPONENT_UPPER}_FIND_QUIETLY ${GTK2_FIND_QUIETLY})
?
Thanks,
-Brad
More information about the cmake-developers
mailing list