From c7da900842d3f0600ff9dd0141cc3b6becc52e34 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Fri, 17 Aug 2018 19:04:14 +0200 Subject: [PATCH] [CMake] include missing test.cmake --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f8177b..3dfa5aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,6 +26,7 @@ INCLUDE(cmake/eigen.cmake) include(cmake/ros.cmake) include(cmake/GNUInstallDirs.cmake) include(cmake/python.cmake) +include(cmake/test.cmake) project(dynamic_graph_bridge) -- GitLab