ceph/cmake
Kefu Chai 6fca5e7d37 cmake: do not use $(MAKE) in Buildpmem.cmake
we cannot assume that we are using `make` as the cmake generatator,
for instance, if ninja is used, `$(MAKE)` won't be substituted by ninja.
so we need to check if Make is used as generator, if that's the case, we
can just use `$(MAKE)` so we can benefit from the job control of `make`,
otherwise, `make` is used, because currently, PMDK uses Makefile to
build.

Signed-off-by: Kefu Chai <kchai@redhat.com>
2020-04-03 13:07:51 +08:00
..
modules cmake: do not use $(MAKE) in Buildpmem.cmake 2020-04-03 13:07:51 +08:00
toolchains cmake: [win32] Update cmake files 2020-02-19 08:24:21 +00:00