aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/box2d/portfile.cmake4
-rw-r--r--ports/box2d/vcpkg.json1
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/box2d/portfile.cmake b/ports/box2d/portfile.cmake
index 1e414e72a..e6004f079 100644
--- a/ports/box2d/portfile.cmake
+++ b/ports/box2d/portfile.cmake
@@ -14,8 +14,8 @@ vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
- -DBUILD_TESTS=OFF
- -DBUILD_SAMPLES=OFF
+ -DBOX2D_BUILD_UNIT_TESTS=OFF
+ -DBOX2D_BUILD_TESTBED=OFF
)
vcpkg_install_cmake()
diff --git a/ports/box2d/vcpkg.json b/ports/box2d/vcpkg.json
index eff301909..38535d8fa 100644
--- a/ports/box2d/vcpkg.json
+++ b/ports/box2d/vcpkg.json
@@ -1,6 +1,7 @@
{
"name": "box2d",
"version-semver": "2.4.1",
+ "port-version": 1,
"description": "An open source C++ engine for simulating rigid bodies in 2D",
"homepage": "https://box2d.org",
"supports": "!uwp"