diff --git a/ports/joltphysics/portfile.cmake b/ports/joltphysics/portfile.cmake index fe51269d6a52c7..e94d36fd7cb59a 100644 --- a/ports/joltphysics/portfile.cmake +++ b/ports/joltphysics/portfile.cmake @@ -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( diff --git a/ports/joltphysics/vcpkg.json b/ports/joltphysics/vcpkg.json index 290992e5fe3938..fccce5fbd96333 100644 --- a/ports/joltphysics/vcpkg.json +++ b/ports/joltphysics/vcpkg.json @@ -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", @@ -20,6 +21,9 @@ }, "profiler": { "description": "Enable the profiler in Debug and Release builds" + }, + "rtti": { + "description": "Enable C++ RTTI" } } } diff --git a/versions/baseline.json b/versions/baseline.json index 1e4d0b84759d9f..213bf1cb1f1a6d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3854,7 +3854,7 @@ }, "joltphysics": { "baseline": "5.2.0", - "port-version": 0 + "port-version": 1 }, "josuttis-jthread": { "baseline": "2020-07-21", diff --git a/versions/j-/joltphysics.json b/versions/j-/joltphysics.json index 43499d59a36c4c..d32884e95e67e5 100644 --- a/versions/j-/joltphysics.json +++ b/versions/j-/joltphysics.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "35a645135c8c7b4e83a7f3e3d5cb62ea8cb094e4", + "version": "5.2.0", + "port-version": 1 + }, { "git-tree": "60a05c8f3d54f60886a116a6f03cbbe7f76f5b56", "version": "5.2.0",