We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6cd7f commit 7315cf5Copy full SHA for 7315cf5
CMakeLists.txt
@@ -46,7 +46,7 @@ find_package(gRPC CONFIG REQUIRED)
46
# We cannot use our local installation of these packages since "gRPC" brings its own
47
# version of these packages. If we include them locally (e.g. via FetchContent),
48
# ODR ("one definition rule" violation) will be violated and cause linking errors.
49
-#
+#
50
# Some explanations about ODR:
51
# - 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
52
find_package(absl CONFIG REQUIRED)
0 commit comments