Skip to content

Commit 6eb30d3

Browse files
committed
cleanup
1 parent 0351a9d commit 6eb30d3

File tree

4 files changed

+2
-20
lines changed

4 files changed

+2
-20
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ cache/
77

88
# IDE
99
.vs/
10+
.vscode/
1011
.cache/
1112
# Kdevelop
1213
.kdev4/

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,3 @@ Apache 2. See the LICENSE file for details.
165165

166166
This is not an official Google product, it is just code that happens to be
167167
owned by Google.
168-

cmake/check_deps.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ set(ABSL_DEPS
4444
if(NOT TARGET re2::re2)
4545
message(FATAL_ERROR "Target re2::re2 not available.")
4646
endif()
47+
set(RE2_DEPS re2::re2)
4748

4849
if(NOT TARGET protobuf::libprotobuf)
4950
message(FATAL_ERROR "Target protobuf::libprotobuf not available.")
5051
endif()
5152

52-
5353
# CXX Test
5454
if(BUILD_TESTING)
5555
if(NOT TARGET GTest::gtest)

patches/re2-2024-07-02.patch

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)