diff --git a/CMakeLists.txt b/CMakeLists.txt index a49dd64c..88fa10c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -164,7 +164,7 @@ install(EXPORT FrankaTargets # Ignore find_package(Franka) in subprojects. set(FRANKA_IS_FOUND TRUE) -option(BUILD_TESTS "Build tests" ON) +option(BUILD_TESTS "Build tests" OFF) if(BUILD_TESTS) enable_testing() add_subdirectory(test) diff --git a/package.xml b/package.xml new file mode 100644 index 00000000..515df292 --- /dev/null +++ b/package.xml @@ -0,0 +1,27 @@ + + + libfranka + 0.12.1 + libfranka is a C++ library for Franka Emika research robots + Franka Emika GmbH + Apache 2.0 + + https://frankaemika.github.io + https://github.com/frankaemika/libfranka + https://github.com/frankaemika/libfranka/issues + Franka Emika GmbH + + cmake + + libpoco-dev + eigen + + libpoco-dev + + doxygen + graphviz + + + cmake + +