Skip to content

Commit e6eeba6

Browse files
committed
Merge pull request #361 from dartsim/issue_351
Fix BULLET_INCLUDE_DIRS in DARTCoreConfig.cmake
2 parents b988923 + 0bada00 commit e6eeba6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cmake/DARTCoreConfig.cmake.in

+1-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ get_filename_component(CURRENT_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
1111
set(DARTCore_INCLUDE_DIRS
1212
"@CMAKE_INSTALL_PREFIX@/include"
1313
"@Eigen_INCLUDE_DIRS@"
14+
"@BULLET_INCLUDE_DIRS@"
1415
)
1516

16-
if(HAVE_BULLET_COLLISION)
17-
set(DARTCore_INCLUDE_DIRS ${DARTCore_INCLUDE_DIRS} "@BULLET_INCLUDE_DIRS@")
18-
endif()
19-
2017
set(DARTCore_LIBRARY_DIRS "@CMAKE_INSTALL_PREFIX@/lib" "@Boost_LIBRARY_DIRS@")
2118

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

0 commit comments

Comments
 (0)