The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=12620 ====================================================================== Reported By: Aurélien Gâteau Assigned To: ====================================================================== Project: CMake Issue ID: 12620 Category: Modules Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-12-12 11:28 EST Last Modified: 2011-12-12 11:28 EST ====================================================================== Summary: FindPkgConfig does not fail when pkg-config is not installed Description: If pkg-config is not installed and one calls "find_package(PkgConfig REQUIRED)" in a CMakeLists.txt, cmake does not fail.
Steps to Reproduce: - Make sure pkg-config is not installed - Create a CMakeLists.txt with the line find_package(PkgConfig REQUIRED) - Run cmake => no failure ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-12-12 11:28 Aurélien GâteauNew Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
