Skip to content

Commit

Permalink
oops, find GTest *before* abseil
Browse files Browse the repository at this point in the history
  • Loading branch information
twestley committed Sep 19, 2024
1 parent af6e857 commit 38061c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ add_library(adakCore
GeometricDisconnect.cpp
SystemClock.cpp)

# Abseil appears to require gmock
find_package(GTest REQUIRED)

# Newer versions of protobuf require abseil
find_package(absl REQUIRED)

# And abseil requires gmock
find_package(GTest REQUIRED)

target_link_libraries(adakCore messages)
target_include_directories(adakCore PUBLIC ${PROJECT_SOURCE_DIR}/include)

Expand Down

0 comments on commit 38061c1

Please sign in to comment.