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 1744939 commit d7842c1Copy full SHA for d7842c1
src/viam/config/viam-cpp-sdkConfig.cmake.in
@@ -2,7 +2,7 @@
2
3
include(CMakeFindDependencyMacro)
4
5
-find_dependency(Boost @Boost_VERSION_MAJOR@.@Boost_VERSION_MINOR@ COMPONENTS headers log)
+find_dependency(Boost @Boost_VERSION_MAJOR@.@Boost_VERSION_MINOR@ COMPONENTS headers log log_setup)
6
7
if (@gRPC_FOUND@)
8
find_dependency(gRPC @gRPC_VERSION_MAJOR@.@gRPC_VERSION_MINOR@ CONFIG)
0 commit comments