Skip to content

Commit

Permalink
Merge pull request #3620 from opensim-org/feature_simbody-cpp20-compat
Browse files Browse the repository at this point in the history
Update simbody to include C++20 fixes (#3619)
  • Loading branch information
adamkewley committed Nov 21, 2023
2 parents 4b75cbc + 867f002 commit b4d78a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ and `Blankevoort1991Ligament`, usages of `get_GeometryPath`, `upd_GeometryPath`,
- Fixed a bug where using `to_numpy()` to convert `RowVectorView`s to Python arrays returned incorrect data (#3613)
- Bumped the version of `ezc3d` which can now Read Kistler files
- Updated scripting method addTableMetaDataString to support overwriting metadata value for an existing key (#3589)
- Simbody was updated such that the headers it transitively exposes to downstream projects are compatible with C++20 (#3619)

v4.4.1
======
Expand Down
2 changes: 1 addition & 1 deletion dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ AddDependency(NAME ezc3d
AddDependency(NAME simbody
DEFAULT ON
GIT_URL https://github.com/simbody/simbody.git
GIT_TAG e855d954a786128c3271a3406d7bda782e7c4c4f
GIT_TAG f31933bcd056a62cc7b81679368dc437bde12d3e
CMAKE_ARGS -DBUILD_EXAMPLES:BOOL=OFF
-DBUILD_TESTING:BOOL=OFF
${SIMBODY_EXTRA_CMAKE_ARGS})
Expand Down

0 comments on commit b4d78a2

Please sign in to comment.