Skip to content

Commit

Permalink
Merge pull request #706 from dartsim/grey/fix_cmake_dynamics_detail
Browse files Browse the repository at this point in the history
Fixed a CMake typo that was preventing dynamics/detail headers from being installed
  • Loading branch information
jslee02 committed Apr 27, 2016
2 parents a208578 + 4e17446 commit 904daed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dart/dynamics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install(
)

install(
FILES ${detail}
FILES ${detail_hdrs}
DESTINATION include/dart/dynamics/detail
COMPONENT headers
)

0 comments on commit 904daed

Please sign in to comment.