mirror of
https://github.com/ceph/ceph
synced 2025-02-23 02:57:21 +00:00
Merge pull request #38153 from tchaikov/wip-cmake-silence-warning
cmake: set advice.detachedHead=false when cloning liburing Reviewed-by: Neha Ojha <nojha@redhat.com>
This commit is contained in:
commit
5dec5c7a7f
@ -11,6 +11,7 @@ function(build_uring)
|
|||||||
GIT_REPOSITORY https://git.kernel.dk/liburing
|
GIT_REPOSITORY https://git.kernel.dk/liburing
|
||||||
GIT_TAG "liburing-0.7"
|
GIT_TAG "liburing-0.7"
|
||||||
GIT_SHALLOW TRUE
|
GIT_SHALLOW TRUE
|
||||||
|
GIT_CONFIG advice.detachedHead=false
|
||||||
UPDATE_DISCONNECTED TRUE)
|
UPDATE_DISCONNECTED TRUE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user