Skip to content

Commit

Permalink
improve windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylannl committed Mar 8, 2024
1 parent 8309544 commit 0d463f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion plugins/gfp-building-reconstruction
17 changes: 4 additions & 13 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,20 @@
{
"name": "geoflow-bundle",
"version-date": "2023-03-21",
"version-date": "2024-03-08",
"dependencies": [
"glfw3",
"boost-geometry",
"boost-format",
"glm",
"lastools",
{
"name": "cgal",
"version>=": "5.5"
},
"cgal",
"eigen3",
{
"name": "nlohmann-json",
"version>=": "3.11.2"
},
"nlohmann-json",
"proj",
"geos",
{
"name": "gdal",
"default-features": false,
"features": [
"postgresql"
]
"features": ["recommended-features", "postgresql"]
}
],
"builtin-baseline": "ab887c562326c686478284d9076d722c1ec4b48c"
Expand Down

0 comments on commit 0d463f9

Please sign in to comment.