Skip to content

Commit f1e271a

Browse files
author
Tim Schneider
committed
Removed version requirement for libfranka
1 parent 818f4f8 commit f1e271a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ option(BUILD_PYTHON_STUBS "Build stubs" ON)
1414
option(BUILD_TESTS "Build tests" ON)
1515

1616
find_package(Eigen3 3.3.7 REQUIRED NO_MODULE)
17-
find_package(Franka 0.9.0 REQUIRED)
17+
find_package(Franka REQUIRED)
1818

1919
message("Found Eigen Version: ${Eigen3_VERSION}")
2020
message("Found Franka Version: ${Franka_VERSION}")

0 commit comments

Comments
 (0)