Skip to content

Commit 99c67d9

Browse files
another try to fix the linux build
1 parent 87c65fb commit 99c67d9

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
@@ -33,7 +33,7 @@ set(PROTO_BINARY_DIR ${CMAKE_BINARY_DIR}/generated)
3333
file(MAKE_DIRECTORY ${PROTO_BINARY_DIR})
3434

3535
find_package(Protobuf REQUIRED)
36-
find_package(absl REQUIRED)
36+
find_package(absl CONFIG REQUIRED)
3737

3838
# Object library that owns generated .pb.cc/.pb.h
3939
add_library(livekit_proto OBJECT ${FFI_PROTO_FILES})

0 commit comments

Comments
 (0)