From: Markus Koschany <apo@debian.org>
Date: Sat, 7 Oct 2017 16:34:28 +0200
Subject: disable Extra modules

BulletRobotics and obj2sdf require ThirdParty libs. Remove the Files-Excluded
lines in debian/copyright and run debian/rules get-orig-source, if you want to
build those modules locally.

Forwarded: not-needed
---
 Extras/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Extras/CMakeLists.txt b/Extras/CMakeLists.txt
index 6b35357..91610d6 100644
--- a/Extras/CMakeLists.txt
+++ b/Extras/CMakeLists.txt
@@ -1,4 +1,4 @@
-SUBDIRS( InverseDynamics BulletRobotics obj2sdf Serialize ConvexDecomposition HACD GIMPACTUtils )
+SUBDIRS( InverseDynamics Serialize ConvexDecomposition HACD GIMPACTUtils )
 
 
 
