Skip to content

Commit

Permalink
Removed DART_LIBRARY_DIRS.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-price committed Mar 15, 2016
1 parent c3f589d commit cd3724a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmake/DARTConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# This sets the following variables:
# DART_INCLUDE_DIRS - Directories containing the DART include files.
# DART_LIBRARIES - Libraries needed to use DART.
# DART_LIBRARY_DIRS - Directories that contain the DART libraries.
# DART_VERSION - DART version.

#===============================================================================
Expand All @@ -15,11 +14,6 @@ set(DART_INCLUDE_DIRS
"@EIGEN3_INCLUDE_DIRS@"
"@BULLET_INCLUDE_DIRS@")

#===============================================================================
# DART_LIBRARY_DIRS
#===============================================================================
set(DART_LIBRARY_DIRS "@CMAKE_INSTALL_PREFIX@/lib" "@Boost_LIBRARY_DIRS@")

#===============================================================================
# DART_LIBRARIES
#===============================================================================
Expand Down

0 comments on commit cd3724a

Please sign in to comment.