Skip to content

Commit 9d54e1c

Browse files
mhidalgo-raitcappellari-bdai
authored andcommitted
No CONFIG modules in Spot C++ SDK CMake config (#7)
Signed-off-by: Michel Hidalgo <mhidalgo@theaiinstitute.com>
1 parent fc57079 commit 9d54e1c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cpp/cmake/ProjectConfig.cmake.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
list(APPEND CMAKE_PREFIX_PATH @DEP_INSTALL_PATH@)
66
# Make sure the dependencies are available first
77
include(CMakeFindDependencyMacro)
8-
find_dependency(Protobuf CONFIG REQUIRED)
9-
find_dependency(Eigen3 CONFIG REQUIRED)
10-
find_dependency(PkgConfig CONFIG REQUIRED)
8+
find_dependency(Protobuf REQUIRED)
9+
find_dependency(Eigen3 REQUIRED)
10+
find_dependency(PkgConfig REQUIRED)
1111
pkg_check_modules(GRPC REQUIRED grpc)
1212
pkg_check_modules(GRPCPP REQUIRED grpc++)
1313
find_dependency(Threads REQUIRED)

0 commit comments

Comments
 (0)