mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 18:15:52 +08:00
[geographiclib] Update to version 1.52 (#18694)
* [geographiclib] Update to version 1.52 * run ./vcpkg x-add-version geographiclib * ports/geographiclib/vcpkg.json: version-string -> version * Another iteration with x-add-version
This commit is contained in:
parent
b5488330e9
commit
71ffad876d
@ -1,5 +1,5 @@
|
|||||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||||
index 345df69b..cb891034 100644
|
index eb08bd48..88552153 100644
|
||||||
--- a/CMakeLists.txt
|
--- a/CMakeLists.txt
|
||||||
+++ b/CMakeLists.txt
|
+++ b/CMakeLists.txt
|
||||||
@@ -196,6 +196,11 @@ else ()
|
@@ -196,6 +196,11 @@ else ()
|
||||||
@ -74,23 +74,10 @@ index 345df69b..cb891034 100644
|
|||||||
if (GEOGRAPHICLIB_PRECISION EQUAL 2)
|
if (GEOGRAPHICLIB_PRECISION EQUAL 2)
|
||||||
set (NETGEOGRAPHICLIB_LIBRARIES NETGeographicLib)
|
set (NETGEOGRAPHICLIB_LIBRARIES NETGeographicLib)
|
||||||
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
|
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
|
||||||
index cbc21961..69c923bc 100644
|
index fd0669f2..4744e08d 100644
|
||||||
--- a/cmake/CMakeLists.txt
|
--- a/cmake/CMakeLists.txt
|
||||||
+++ b/cmake/CMakeLists.txt
|
+++ b/cmake/CMakeLists.txt
|
||||||
@@ -33,10 +33,10 @@ configure_file (project-config.cmake.in
|
@@ -56,13 +56,7 @@ export (TARGETS
|
||||||
configure_file (project-config-version.cmake.in
|
|
||||||
"${PROJECT_BINARY_DIR}/${PROJECT_NAME_LOWER}-config-version.cmake" @ONLY)
|
|
||||||
export (TARGETS
|
|
||||||
- ${PROJECT_ALL_LIBRARIES} ${TOOLS}
|
|
||||||
+ ${PROJECT_ALL_LIBRARIES}
|
|
||||||
FILE "${PROJECT_BINARY_DIR}/${PROJECT_NAME_LOWER}-targets.cmake")
|
|
||||||
export (TARGETS
|
|
||||||
- ${PROJECT_ALL_LIBRARIES} ${TOOLS}
|
|
||||||
+ ${PROJECT_ALL_LIBRARIES}
|
|
||||||
NAMESPACE ${PROJECT_NAME}::
|
|
||||||
FILE "${PROJECT_BINARY_DIR}/${PROJECT_NAME_LOWER}-namespace-targets.cmake")
|
|
||||||
|
|
||||||
@@ -44,13 +44,7 @@ export (TARGETS
|
|
||||||
# ${INSTALL_CMAKE_DIR} and @PROJECT_ROOT_DIR@ is the relative
|
# ${INSTALL_CMAKE_DIR} and @PROJECT_ROOT_DIR@ is the relative
|
||||||
# path to the root from there. (Note that the whole install tree can
|
# path to the root from there. (Note that the whole install tree can
|
||||||
# be relocated.)
|
# be relocated.)
|
||||||
|
@ -2,8 +2,8 @@ vcpkg_from_sourceforge (
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO geographiclib
|
REPO geographiclib
|
||||||
REF distrib
|
REF distrib
|
||||||
FILENAME "GeographicLib-1.51.tar.gz"
|
FILENAME "GeographicLib-1.52.tar.gz"
|
||||||
SHA512 34487a09fa94a34d24179cfe9fd2e5fdda28675966703ca137cbfe6cc88760c2fbde55f76c464de060b58bfe0a516e22c0f59318cf85ae7cc01c5c6a73dd6ead
|
SHA512 98a4d33764db4a4755851a7db639fd9e055dcf4f1f949258e112fce2e198076b5896fcae2c1ea36b37fe1000d28eec326636a730e70f25bc19a1610423ba6859
|
||||||
PATCHES cxx-library-only.patch
|
PATCHES cxx-library-only.patch
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "geographiclib",
|
"name": "geographiclib",
|
||||||
"version-string": "1.51",
|
"version": "1.52",
|
||||||
"description": "GeographicLib, a C++ library for performing geographic conversions",
|
"description": "GeographicLib, a C++ library for performing geographic conversions",
|
||||||
"homepage": "https://geographiclib.sourceforge.io",
|
"homepage": "https://geographiclib.sourceforge.io",
|
||||||
"features": {
|
"features": {
|
||||||
|
@ -2221,7 +2221,7 @@
|
|||||||
"port-version": 3
|
"port-version": 3
|
||||||
},
|
},
|
||||||
"geographiclib": {
|
"geographiclib": {
|
||||||
"baseline": "1.51",
|
"baseline": "1.52",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"geos": {
|
"geos": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "b80d69df97ec60b98b202270c5357b72729fbc90",
|
||||||
|
"version": "1.52",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "eafff91d7abd708bd49584dc4070e091d427e333",
|
"git-tree": "eafff91d7abd708bd49584dc4070e091d427e333",
|
||||||
"version-string": "1.51",
|
"version-string": "1.51",
|
||||||
|
Loading…
Reference in New Issue
Block a user