diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2015-08-18 10:14:43 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2015-08-18 10:14:43 (GMT) |
commit | b9ec9392da21a3421e48c6961976060d872faffb (patch) | |
tree | d36610041c9c201e020e113221d1dd6f40f5a3a2 /Copyright.txt | |
parent | 76a54a4486e26b893644447a81da11f864c2cc80 (diff) | |
download | CMake-b9ec9392da21a3421e48c6961976060d872faffb.zip CMake-b9ec9392da21a3421e48c6961976060d872faffb.tar.gz CMake-b9ec9392da21a3421e48c6961976060d872faffb.tar.bz2 |
FindPkgConfig: remove variable dereference
If CMAKE_MINIMUM_REQUIRED_VERSION is not set because no
cmake_minimum_required() call is present this line can lead to an error as that
string is empty so too few arguments are passed to if():
See also "/var/tmp/paludis/build/kde-krdc-15.08.0/work/build/CMakeFiles/CMakeOutput.log".
See also "/var/tmp/paludis/build/kde-krdc-15.08.0/work/build/CMakeFiles/CMakeError.log".
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:112 (elseif):
given arguments:
"VERSION_LESS" "3.1"
Unknown arguments specified
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPkgConfig.cmake:501 (_pkgconfig_parse_options)
/usr/share/cmake/Modules/FindOpenSSL.cmake:43 (pkg_check_modules)
Diffstat (limited to 'Copyright.txt')
0 files changed, 0 insertions, 0 deletions