Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove automotive from CMake build #6445

Merged
merged 1 commit into from
Jun 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions drake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,6 @@ add_subdirectory(util)
add_subdirectory(solvers)
add_subdirectory(systems)
add_subdirectory(manipulation)
if(yaml-cpp_FOUND)
add_subdirectory(automotive)
endif()
set(ENABLE_PYTHON_BINDINGS OFF)
if(pybind11_FOUND AND NOT DISABLE_PYTHON AND NUMPY_FOUND)
if (NUMPY_VERSION VERSION_LESS 1.7)
Expand Down
155 changes: 0 additions & 155 deletions drake/automotive/CMakeLists.txt

This file was deleted.

21 changes: 0 additions & 21 deletions drake/automotive/gen/CMakeLists.txt

This file was deleted.

5 changes: 0 additions & 5 deletions drake/automotive/maliput/CMakeLists.txt

This file was deleted.

12 changes: 0 additions & 12 deletions drake/automotive/maliput/api/CMakeLists.txt

This file was deleted.

2 changes: 0 additions & 2 deletions drake/automotive/maliput/api/test/CMakeLists.txt

This file was deleted.

31 changes: 0 additions & 31 deletions drake/automotive/maliput/dragway/CMakeLists.txt

This file was deleted.

2 changes: 0 additions & 2 deletions drake/automotive/maliput/dragway/test/CMakeLists.txt

This file was deleted.

14 changes: 0 additions & 14 deletions drake/automotive/maliput/monolane/CMakeLists.txt

This file was deleted.

15 changes: 0 additions & 15 deletions drake/automotive/maliput/monolane/test/CMakeLists.txt

This file was deleted.

40 changes: 0 additions & 40 deletions drake/automotive/maliput/rndf/CMakeLists.txt

This file was deleted.

39 changes: 0 additions & 39 deletions drake/automotive/maliput/rndf/test/CMakeLists.txt

This file was deleted.

11 changes: 0 additions & 11 deletions drake/automotive/maliput/utility/CMakeLists.txt

This file was deleted.

11 changes: 0 additions & 11 deletions drake/automotive/maliput/utility/test/CMakeLists.txt

This file was deleted.

Loading