summaryrefslogtreecommitdiffstats
path: root/cmake/modules/Findbabeltrace.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake: align cmake names of library packagesNathan Cutler2017-05-041-1/+1
| | | | | | | | | | | | | 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: cleanup Findbabeltrace.cmakeKefu Chai2016-07-251-47/+8
| | | | | | | * we don't need the BABELTRACE_PATH_HINT setting, as packaging script requires the the babeltrace pacakges explicitly. Signed-off-by: Kefu Chai <kchai@redhat.com>
* cmake: Added #defines to config-h.in.cmakeAli Maredia2016-05-261-1/+1
| | | | Signed-off-by: Ali Maredia <amaredia@redhat.com>
* cmake: Babeltrace detection supportedAli Maredia2016-01-051-0/+61
Babeltrace defaults to ON, Findbabeltrace.cmake & BABELTRACE variables in config-h.in.cmake added. Signed-off-by: Ali Maredia <amaredia@redhat.com>