Skip to content

Commit de224aa

Browse files
authored
Merge pull request #2058 from apple/lldb-Enable-cmake-policy-CMP0077-for-option
[lldb] Enable cmake policy CMP0077 for option()
2 parents f9b4b2a + 0855d21 commit de224aa

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
@@ -7,6 +7,10 @@ if(POLICY CMP0075)
77
cmake_policy(SET CMP0075 NEW)
88
endif()
99

10+
if(POLICY CMP0077)
11+
cmake_policy(SET CMP0077 NEW)
12+
endif()
13+
1014
# Add path for custom modules.
1115
set(CMAKE_MODULE_PATH
1216
${CMAKE_MODULE_PATH}

0 commit comments

Comments
 (0)