Skip to content

Commit f4687dd

Browse files
committed
cleanup
1 parent dd62c63 commit f4687dd

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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_main)

0 commit comments

Comments
 (0)