Skip to content

Commit

Permalink
No CONFIG modules in Spot C++ SDK CMake config
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <[email protected]>
  • Loading branch information
mhidalgo-bdai committed Oct 16, 2024
1 parent b11e7bb commit 817d9a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cpp/cmake/ProjectConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
list(APPEND CMAKE_PREFIX_PATH @DEP_INSTALL_PATH@)
# Make sure the dependencies are available first
include(CMakeFindDependencyMacro)
find_dependency(Protobuf CONFIG REQUIRED)
find_dependency(Eigen3 CONFIG REQUIRED)
find_dependency(PkgConfig CONFIG REQUIRED)
find_dependency(Protobuf REQUIRED)
find_dependency(Eigen3 REQUIRED)
find_dependency(PkgConfig REQUIRED)
pkg_check_modules(GRPC REQUIRED grpc)
pkg_check_modules(GRPCPP REQUIRED grpc++)
find_dependency(Threads REQUIRED)
Expand Down

0 comments on commit 817d9a4

Please sign in to comment.