Skip to content

Commit

Permalink
Restore quotes around @BULLET_INCLUDE_DIRS@
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters committed Mar 21, 2015
1 parent dbc3df4 commit 0bada00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/DARTCoreConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ get_filename_component(CURRENT_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
set(DARTCore_INCLUDE_DIRS
"@CMAKE_INSTALL_PREFIX@/include"
"@Eigen_INCLUDE_DIRS@"
@BULLET_INCLUDE_DIRS@
"@BULLET_INCLUDE_DIRS@"
)

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

0 comments on commit 0bada00

Please sign in to comment.