Skip to content

Commit

Permalink
Merge pull request #361 from dartsim/issue_351
Browse files Browse the repository at this point in the history
Fix BULLET_INCLUDE_DIRS in DARTCoreConfig.cmake
  • Loading branch information
jslee02 committed Mar 21, 2015
2 parents b988923 + 0bada00 commit e6eeba6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cmake/DARTCoreConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ get_filename_component(CURRENT_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
set(DARTCore_INCLUDE_DIRS
"@CMAKE_INSTALL_PREFIX@/include"
"@Eigen_INCLUDE_DIRS@"
"@BULLET_INCLUDE_DIRS@"
)

if(HAVE_BULLET_COLLISION)
set(DARTCore_INCLUDE_DIRS ${DARTCore_INCLUDE_DIRS} "@BULLET_INCLUDE_DIRS@")
endif()

set(DARTCore_LIBRARY_DIRS "@CMAKE_INSTALL_PREFIX@/lib" "@Boost_LIBRARY_DIRS@")

include("${CURRENT_DIR}/DARTCoreTargets.cmake")
Expand Down

0 comments on commit e6eeba6

Please sign in to comment.