]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
CMakeLists: warn if CMAKE_BUILD_TYPE is set/unset 53800/head
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 3 Oct 2023 16:01:40 +0000 (16:01 +0000)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 16 Oct 2023 16:01:06 +0000 (12:01 -0400)
commitb8c6ba01b262d33084b9c607d829503ac8ae25c5
treea78dc63c9e7419426958758b8d17c05f5eb9c4af
parent4a426ea80150c8a3b063095e68f3f00126221243
CMakeLists: warn if CMAKE_BUILD_TYPE is set/unset

At some point the debug builds for wip branches no longer had the .git
directory available so the Debug build type was unset. This meant we are
no longer doing numerous checks (like mutex ownership checks) that we
would normally be doing in the qa suite.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
CMakeLists.txt