mirror of
https://github.com/ceph/ceph
synced 2025-03-04 23:40:07 +00:00
Merge pull request #44354 from tchaikov/cmake-cleanup
cmake: use new CMP0127 policy Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
902bb28127
@ -14,6 +14,9 @@ cmake_policy(SET CMP0065 NEW)
|
||||
cmake_policy(SET CMP0074 NEW)
|
||||
cmake_policy(SET CMP0075 NEW)
|
||||
cmake_policy(SET CMP0093 NEW)
|
||||
if(POLICY CMP0127)
|
||||
cmake_policy(SET CMP0127 NEW)
|
||||
endif()
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules/")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user