Skip to content

Commit

Permalink
chore: remove redundant cmake add_subdirs for samples
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthart committed Sep 18, 2024
1 parent 47b18cd commit 7a6b608
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions google/cloud/aiplatform/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ if (BUILD_TESTING AND GOOGLE_CLOUD_CPP_ENABLE_CXX_EXCEPTIONS)
set_tests_properties(aiplatform_quickstart
PROPERTIES LABELS "integration-test;quickstart")
endif ()

add_subdirectory(samples)
2 changes: 0 additions & 2 deletions google/cloud/generativelanguage/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ if (BUILD_TESTING AND GOOGLE_CLOUD_CPP_ENABLE_CXX_EXCEPTIONS)
PROPERTIES LABELS "integration-test;quickstart" PASS_REGULAR_EXPRESSION
"Request had insufficient authentication scopes")
endif ()

add_subdirectory(samples)

0 comments on commit 7a6b608

Please sign in to comment.