From 13872f573508700d0dc57efcd4f0b26e8f2428b5 Mon Sep 17 00:00:00 2001 From: Gabriele Buondonno <gbuondon@laas.fr> Date: Wed, 28 Nov 2018 10:11:38 +0100 Subject: [PATCH] removed useless installation --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index af00b35..c400c6a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -128,10 +128,6 @@ IF(BUILD_PYTHON_INTERFACE) INSTALL(FILES python/dynamic_graph/sot/talos_balance/__init__.py python/dynamic_graph/sot/talos_balance/main.py DESTINATION ${PYTHON_SITELIB}/dynamic_graph/sot/talos_balance) - - INSTALL(FILES python/dynamic_graph/sot/talos_balance/tests/__init__.py - python/dynamic_graph/sot/talos_balance/tests/test_example.py - DESTINATION ${PYTHON_SITELIB}/dynamic_graph/sot/talos_balance/tests) ENDIF(BUILD_PYTHON_INTERFACE) ADD_SUBDIRECTORY(src) -- GitLab