Skip to content

Commit 7d94a4b

Browse files
committed
fix merge issue
1 parent 79a04d4 commit 7d94a4b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

google/cloud/CMakeLists.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ mark_as_advanced(GOOGLE_CLOUD_CPP_BUILD_METADATA)
5252

5353
include("${CMAKE_CURRENT_SOURCE_DIR}/google_cloud_cpp_common.cmake")
5454

55-
# We need the REST libraries for the full suite of samples.
56-
if (BUILD_TESTING AND GOOGLE_CLOUD_CPP_ENABLE_CXX_EXCEPTIONS)
57-
set(GOOGLE_CLOUD_CPP_ENABLE_REST ON)
58-
endif ()
59-
6055
add_subdirectory(testing_util)
6156

6257
if (GOOGLE_CLOUD_CPP_ENABLE_GRPC)
@@ -82,10 +77,3 @@ if (universe_domain IN_LIST GOOGLE_CLOUD_CPP_ENABLE
8277
"${CMAKE_CURRENT_SOURCE_DIR}/google_cloud_cpp_universe_domain.cmake")
8378
add_subdirectory(universe_domain)
8479
endif ()
85-
86-
# We need the universe_domain library for the full suite of samples.
87-
if (BUILD_TESTING AND GOOGLE_CLOUD_CPP_ENABLE_CXX_EXCEPTIONS)
88-
include(
89-
"${CMAKE_CURRENT_SOURCE_DIR}/google_cloud_cpp_universe_domain.cmake")
90-
add_subdirectory(universe_domain)
91-
endif ()

0 commit comments

Comments
 (0)