From d3147f285eb1fc268fa06d61e2c990556d2104d1 Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Tue, 20 Jun 2023 14:57:46 -0400 Subject: [PATCH] run buildifier --- foreign_cc/private/cmake_script.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/foreign_cc/private/cmake_script.bzl b/foreign_cc/private/cmake_script.bzl index 5bea44b1..26dc9f37 100644 --- a/foreign_cc/private/cmake_script.bzl +++ b/foreign_cc/private/cmake_script.bzl @@ -65,6 +65,7 @@ def create_cmake_script( # Collect the keys that are "" in order to suppress them below. keys_with_empty_values_in_user_cache = [key for key in user_cache if user_cache.get(key) == ""] + # Allow user to actually set a key to "" by specifying "". user_cache.update([(key, "") for key in user_cache if user_cache.get(key) == ""])