Skip to content

Commit

Permalink
plants: Remove unnecessary cmake_minimum_required call
Browse files Browse the repository at this point in the history
This function only needs to be called in directories that may be used as
top-level source trees.
  • Loading branch information
bradking committed May 23, 2016
1 parent ec0e712 commit 771f5be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drake/systems/plants/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake_minimum_required (VERSION 2.6)

pods_find_pkg_config(bullet)

if (MATLAB_FOUND)
Expand Down

0 comments on commit 771f5be

Please sign in to comment.