]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: align cmake names of library packages
authorNathan Cutler <ncutler@suse.com>
Thu, 4 May 2017 08:29:57 +0000 (10:29 +0200)
committerNathan Cutler <ncutler@suse.com>
Thu, 4 May 2017 09:14:43 +0000 (11:14 +0200)
commit4acd2cef35ab08a2ae5b4ae7e872d713d6eece1b
tree6d0a0abecd9ffedac68b13582d5f92332df7ba1d
parent1d642f248b59035e3aeb684798ecd2bf6f98413b
cmake: align cmake names of library packages

The cmake package names of libraries are case-sensitive. The name used in
FIND_PACKAGE_HANDLE_STANDARD_ARGS - e.g. "cryptopp" - must match the name used
in the module name - "Findcryptopp.cmake" - as well as the name used in
find_package() call - "find_package(cryptopp REQUIRED)"

Note that the term "package" here refers to a cmake abstraction, *not* an
actual RPM or Debian package.

Fixes: http://tracker.ceph.com/issues/19853
Signed-off-by: Nathan Cutler <ncutler@suse.com>
cmake/modules/Findbabeltrace.cmake
cmake/modules/Findcryptopp.cmake
cmake/modules/Findfuse.cmake
cmake/modules/Findrocksdb.cmake