]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: specify CC when compiling pmem 34362/head
authorKefu Chai <kchai@redhat.com>
Thu, 2 Apr 2020 04:36:34 +0000 (12:36 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 3 Apr 2020 05:07:51 +0000 (13:07 +0800)
commitb439835cd66dedff2b65ba2d3e6acbd2e80194b8
treee9eba041d06df22fa7dca67bd209fd1556fa88dc
parent0a86c8f6bef4cae3bfdedc678c2a286262e269ca
cmake: specify CC when compiling pmem

make always assume that `cc` is available. but we cannot ensure this,
and furthermore, we need to use the compiler specified by user. so
specify `CC` variable when compiling pmem. and reindent the code to fix
the formatting.

Signed-off-by: Kefu Chai <kchai@redhat.com>
cmake/modules/Buildpmem.cmake