]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: set CMAKE_BUILD_TYPE to Debug when .git exists 42800/head
authorKefu Chai <kchai@redhat.com>
Mon, 16 Aug 2021 17:07:45 +0000 (01:07 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 17 Aug 2021 00:47:33 +0000 (08:47 +0800)
commit6e394b447b153042e5319561ba277a1e9adfc11a
treec4efaf71155bd5bd07f37952f5fc6d0ecf2e7611
parent4152cef1e14aa468aed7e32671bb4544f7f7ce17
cmake: set CMAKE_BUILD_TYPE to Debug when .git exists

if CMAKE_BUILD_TYPE is an empty string, we should also set it to Debug.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt