Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions google/cloud/assuredworkloads/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ cc_library(
include = [HEADER_GLOB],
exclude = [MOCK_HEADER_GLOB],
),
# TODO(#8198): Re-enable the Windows build.
target_compatible_with = select({
"@platforms//os:windows": ["@platforms//:incompatible"],
"//conditions:default": [],
}),
visibility = ["//:__pkg__"],
deps = [
"//:common",
Expand Down
10 changes: 0 additions & 10 deletions google/cloud/assuredworkloads/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@
# limitations under the License.
# ~~~

# TODO(#8198): Re-enable the macos build.
if (WIN32)
message(
WARNING
"Cannot build google/cloud/assuredworkloads on Windows platforms."
" More details at https://github.com/googleapis/google-cloud-cpp/issues/8198"
)
return()
endif ()

include(GoogleapisConfig)
set(DOXYGEN_PROJECT_NAME "Assured Workloads API C++ Client")
set(DOXYGEN_PROJECT_BRIEF "A C++ Client Library for the Assured Workloads API")
Expand Down