Skip to content

Commit d7842c1

Browse files
committed
add log_setup
1 parent 1744939 commit d7842c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/config/viam-cpp-sdkConfig.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
include(CMakeFindDependencyMacro)
44

5-
find_dependency(Boost @Boost_VERSION_MAJOR@.@Boost_VERSION_MINOR@ COMPONENTS headers log)
5+
find_dependency(Boost @Boost_VERSION_MAJOR@.@Boost_VERSION_MINOR@ COMPONENTS headers log log_setup)
66

77
if (@gRPC_FOUND@)
88
find_dependency(gRPC @gRPC_VERSION_MAJOR@.@gRPC_VERSION_MINOR@ CONFIG)

0 commit comments

Comments
 (0)