]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: add find_make() function
authorKefu Chai <kchai@redhat.com>
Fri, 3 Apr 2020 04:39:16 +0000 (12:39 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 3 Apr 2020 05:07:51 +0000 (13:07 +0800)
commit8f7fae7a78dbdd416d068a60588d7c2aa93c5586
treed3a835b7e5461dd2afc6d6ef9d61494d0b9f6a75
parent4c2ace69cdf697a1b5519b0f411ed0e71e2b0ee4
cmake: add find_make() function

it's a shorthand for finding "make" or "gmake" (for FreeBSD), and set
the path to the executable and the command to use in the generated
"Makefile" or whatever build script generated by cmake.

Signed-off-by: Kefu Chai <kchai@redhat.com>
cmake/modules/BuildDPDK.cmake
cmake/modules/BuildSPDK.cmake
cmake/modules/FindMake.cmake [new file with mode: 0644]