Skip to content

Commit

Permalink
Update src/proto/CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Yakun Xu <[email protected]>
  • Loading branch information
TE-N-ElvenWang and bukepo authored Jan 31, 2024
1 parent d935c1e commit b9b9787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
list(APPEND CMAKE_PREFIX_PATH "${Protobuf_PREFIX_PATH}")
endif()
find_package(Protobuf REQUIRED)
if (NOT "${Protobuf_VERSION}" VERSION_LESS 4.22.y)
if (NOT "${Protobuf_VERSION}" VERSION_LESS 4.22)
find_package(absl REQUIRED)
set(ABSL_LIBS absl::log_internal_check_op)
endif()
Expand Down

0 comments on commit b9b9787

Please sign in to comment.