Skip to content

Commit

Permalink
[joltphysics] Expose rtti option (#43190)
Browse files Browse the repository at this point in the history
  • Loading branch information
WangWeiLin-MV authored Jan 11, 2025
1 parent f24be5c commit 4f8b06b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions ports/joltphysics/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
debugrenderer DEBUG_RENDERER_IN_DEBUG_AND_RELEASE
profiler PROFILER_IN_DEBUG_AND_RELEASE
rtti CPP_RTTI_ENABLED
)

vcpkg_cmake_configure(
Expand Down
4 changes: 4 additions & 0 deletions ports/joltphysics/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "joltphysics",
"version": "5.2.0",
"port-version": 1,
"description": "A multi core friendly rigid body physics and collision detection library suitable for games and VR applications",
"homepage": "https://github.com/jrouwe/JoltPhysics",
"license": "MIT",
Expand All @@ -20,6 +21,9 @@
},
"profiler": {
"description": "Enable the profiler in Debug and Release builds"
},
"rtti": {
"description": "Enable C++ RTTI"
}
}
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3854,7 +3854,7 @@
},
"joltphysics": {
"baseline": "5.2.0",
"port-version": 0
"port-version": 1
},
"josuttis-jthread": {
"baseline": "2020-07-21",
Expand Down
5 changes: 5 additions & 0 deletions versions/j-/joltphysics.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "35a645135c8c7b4e83a7f3e3d5cb62ea8cb094e4",
"version": "5.2.0",
"port-version": 1
},
{
"git-tree": "60a05c8f3d54f60886a116a6f03cbbe7f76f5b56",
"version": "5.2.0",
Expand Down

0 comments on commit 4f8b06b

Please sign in to comment.