Skip to content

Commit

Permalink
Rename supporting CMake files
Browse files Browse the repository at this point in the history
Move the newly added supporting CMake files to a subdirectory, and
rename DrakeConfig -> DrakePlatform.
  • Loading branch information
mwoehlke-kitware committed Jul 11, 2016
1 parent acb6e26 commit fa57ba2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ project(drake-superbuild)

include(CTest)

include(DrakeConfig.cmake)
include(DrakeExternals.cmake)
include(DrakeExamples.cmake)
include(cmake/DrakePlatform.cmake)
include(cmake/DrakeExternals.cmake)
include(cmake/DrakeExamples.cmake)

###############################################################################
# BEGIN options
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fa57ba2

Please sign in to comment.