VWR-24520: Don't use pkg_check_modules( ... QUIET ) on CMake < 2.8.2
Review Request #97 - Created Jan. 17, 2011 and submitted
Boroondas Gupte | Reviewers | ||
viewer | |||
VWR-24520 | |||
None | viewer-development |
Only use QUIET in pkg_check_modules() on CMake >=2.8.2 (where it's supported) rather than already on CMake >=2.8.
Configured (standalone) without a .pgk file for libllqtwebkit on Linux with CMake 2.8.1 and CMake 2.8.3. Output as expected. Not tested: * CMake 2.8.2 * system with a .pgk file for libllqtwebkit * non-standalone * Mac, Win
Perfect ;)
Other reviews