Skip to content

Commit dda0fef

Browse files
cblichmanncopybara-github
authored andcommitted
Update Protobuf, do not link obsolete Abseil targets
Drive-by: Enable new policy for finding Boost PiperOrigin-RevId: 730394424 Change-Id: Ibfa456f5780514b42c309f57c94181278041a6eb
1 parent 8da052b commit dda0fef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ cmake_policy(VERSION 3.20)
2121
foreach(_bindiff_policy IN ITEMS
2222
CMP0135 # Set download timestamp to current time
2323
CMP0144 # Use upper-case <PACKAGENAME>_ROOT variables
24+
CMP0167 # Drop the FindBoost module
2425
)
2526
if(POLICY ${_bindiff_policy})
2627
cmake_policy(SET ${_bindiff_policy} NEW)

0 commit comments

Comments
 (0)