Skip to content

Commit

Permalink
use specific commit geometry.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Oct 17, 2024
1 parent 22bb4cd commit 88f0d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cmake -S . -B build
- run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
- run: cmake --build build
- run: build/test
- run: build/test_value
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include(FetchContent)
FetchContent_Declare(
geometry-hpp
GIT_REPOSITORY https://github.com/maplibre/geometry.hpp
GIT_TAG origin/main
GIT_TAG 1297004bd70ed281d0dc4ecac4fbc41b22e50030
EXCLUDE_FROM_ALL
)

Expand Down

0 comments on commit 88f0d88

Please sign in to comment.