Skip to content

Commit

Permalink
fix: downgrade physics to 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Pau Hebrero committed Nov 28, 2024
1 parent ee4765f commit d5b3981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ ENDIF ()

### Open Space Toolkit ▸ Physics [11.x.y]

FIND_PACKAGE ("OpenSpaceToolkitPhysics" "11" REQUIRED)
FIND_PACKAGE ("OpenSpaceToolkitPhysics" "10" REQUIRED)

IF (NOT OpenSpaceToolkitPhysics_FOUND)

Expand Down
2 changes: 1 addition & 1 deletion docker/development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ RUN mkdir -p /tmp/open-space-toolkit-mathematics \
## Open Space Toolkit ▸ Physics

ARG TARGETPLATFORM
ARG OSTK_PHYSICS_MAJOR="11"
ARG OSTK_PHYSICS_MAJOR="10"

## Force an image rebuild when new Physics minor or patch versions are detected
ADD https://api.github.com/repos/open-space-collective/open-space-toolkit-physics/git/matching-refs/tags/${OSTK_PHYSICS_MAJOR} /tmp/open-space-toolkit-physics/versions.json
Expand Down

0 comments on commit d5b3981

Please sign in to comment.