Skip to content

Commit

Permalink
force config mode absl
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafonseca committed Jul 8, 2024
1 parent 54757b5 commit b1125e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp-lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ include_directories(${protobuf_INCLUDE_DIRS})
find_package(protobuf-c REQUIRED)
include_directories(${protobuf-c_INCLUDE_DIRS})

find_package(absl REQUIRED)
find_package(absl CONFIG REQUIRED)
include_directories(${absl_INCLUDE_DIRS})

find_package(etcd-cpp-apiv3 REQUIRED)
Expand Down

0 comments on commit b1125e0

Please sign in to comment.