From fc997cff8844b30734703d6eb3664d06bb01f2a7 Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Wed, 10 Jun 2015 15:32:39 +0300 Subject: [PATCH] DSDL script installation removed from the top-level CMake script --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 23597466c7..e61b2a17f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,11 +12,6 @@ endif() project(uavcan) -# -# DSDL definitions -# -install(DIRECTORY dsdl DESTINATION share/uavcan) - # # libuavcan #