Skip to content

Commit 7315cf5

Browse files
committed
update
1 parent 2f6cd7f commit 7315cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ find_package(gRPC CONFIG REQUIRED)
4646
# We cannot use our local installation of these packages since "gRPC" brings its own
4747
# version of these packages. If we include them locally (e.g. via FetchContent),
4848
# ODR ("one definition rule" violation) will be violated and cause linking errors.
49-
#
49+
#
5050
# Some explanations about ODR:
5151
# - https://github.com/abseil/abseil-cpp/blob/master/FAQ.md#what-is-abi-and-why-dont-you-recommend-using-a-pre-compiled-version-of-abseil
5252
find_package(absl CONFIG REQUIRED)

0 commit comments

Comments
 (0)