Skip to content

Commit

Permalink
fix(asset): reenable on macOS (#9468)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc committed Jul 18, 2022
1 parent 31752f6 commit c60524a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
3 changes: 1 addition & 2 deletions google/cloud/asset/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ cc_library(
include = [HEADER_GLOB],
exclude = [MOCK_HEADER_GLOB],
),
# TODO(#8145): Enable on macOS and windows.
# TODO(#8145): Enable on windows.
target_compatible_with = select({
"@platforms//os:macos": ["@platforms//:incompatible"],
"@platforms//os:windows": ["@platforms//:incompatible"],
"//conditions:default": [],
}),
Expand Down
10 changes: 0 additions & 10 deletions google/cloud/asset/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@
# limitations under the License.
# ~~~

# TODO(8145): Enable on macOS.
if (APPLE)
message(
WARNING
"Cannot build google/cloud/asset on Apple platforms."
" More details at https://github.com/googleapis/google-cloud-cpp/issues/8145 ."
)
return()
endif ()

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

0 comments on commit c60524a

Please sign in to comment.