mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 06:22:25 +08:00
4cfabe769e
* fix c++20 compilation error * update version --------- Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
19 lines
378 B
JSON
19 lines
378 B
JSON
{
|
|
"name": "octomap",
|
|
"version": "1.9.6",
|
|
"port-version": 1,
|
|
"description": "An Efficient Probabilistic 3D Mapping Framework Based on Octrees",
|
|
"homepage": "https://octomap.github.io/",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|