Skip to content

Commit

Permalink
Merge pull request #286 from MBkkt/patch-5
Browse files Browse the repository at this point in the history
Add missing comment
  • Loading branch information
smcallis authored Dec 16, 2022
2 parents 683a45b + f534869 commit d770849
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ if (WITH_GFLAGS)
add_definitions(-DS2_USE_GFLAGS)
endif()

# If we already have abseil we don't need to find it, for an example:
# add_subdirectory(absl-submbodule)
# add_subdirectory(s2-submodule)
if (NOT TARGET absl::base)
find_package(absl REQUIRED)
endif()
Expand Down

0 comments on commit d770849

Please sign in to comment.