Skip to content

Commit

Permalink
fix(assuredworkloads): reenable on windows (#9467)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc authored Jul 14, 2022
1 parent 6c8840f commit d63c0b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
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

0 comments on commit d63c0b2

Please sign in to comment.