Tronic / cmake-modules

LibFindMacros development repository and other cool CMake stuff
44 stars 17 forks source link

Fix unable to find libraries quietly #1

Closed vlovich closed 5 years ago

vlovich commented 10 years ago

If find_package was called with QUIET, none of the variables were set properly even though the package was found.

andy-held commented 8 years ago

Is this going to get merged or is this desired behaviour?