Skip to content

Commit 9e366d0

Browse files
author
git apple-llvm automerger
committed
Merge commit '1b32844df4f7' from apple/main into swift/next
2 parents f5e6c35 + 1b32844 commit 9e366d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lldb/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ if(POLICY CMP0075)
44
cmake_policy(SET CMP0075 NEW)
55
endif()
66

7+
if(POLICY CMP0077)
8+
cmake_policy(SET CMP0077 NEW)
9+
endif()
10+
711
# Add path for custom modules.
812
set(CMAKE_MODULE_PATH
913
${CMAKE_MODULE_PATH}

0 commit comments

Comments
 (0)