summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorBenjamin Chrétien <chretien@lirmm.fr>2015-10-27 04:21:50 (GMT)
committerBrad King <brad.king@kitware.com>2015-10-28 14:18:15 (GMT)
commit1bfb527f561c705169f0716108e34a2b5ba5c8bb (patch)
tree1a63cbf0aba48a4ae1c59a83ec2b21e11b704095 /.gitattributes
parent2fd5fd1f4d93322e85d662c1467a46cd7da84560 (diff)
downloadCMake-1bfb527f561c705169f0716108e34a2b5ba5c8bb.zip
CMake-1bfb527f561c705169f0716108e34a2b5ba5c8bb.tar.gz
CMake-1bfb527f561c705169f0716108e34a2b5ba5c8bb.tar.bz2
FindPkgConfig: return actual error when a package is not found (#15810)
In some cases, CMake returned the following error: -- Checking for module 'foo' -- Package 'foo' not found When the actual error returned by pkg-config was: Package 'bar', required by 'foo', not found Now, the actual error is forwarded to the user. -- Checking for module 'foo' -- Package 'bar', required by 'foo', not found For the standard case (i.e. the package was indeed not found), the CMake error was: -- Checking for module 'foo' -- Package 'foo' not found But it now prints: -- Checking for module 'foo' -- No package 'foo' found The associated test was also updated. ${last} refers to the last CLI argument.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions