diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/librttopo/CONTROL | 2 | ||||
| -rw-r--r-- | ports/librttopo/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/librttopo/CONTROL b/ports/librttopo/CONTROL index fd8e85fbb..c54f902b1 100644 --- a/ports/librttopo/CONTROL +++ b/ports/librttopo/CONTROL @@ -1,5 +1,5 @@ Source: librttopo -Version: 1.1.0-2 +Version: 1.1.0-3 Homepage: https://git.osgeo.org/gitea/rttopo/librttopo Description: The RT Topology Library exposes an API to create and manage standard (ISO 13249 aka SQL/MM) topologies using user-provided [data stores] (doc/DATASTORES.md) and released under the GNU GPL license (version 2 or later). Build-Depends: geos diff --git a/ports/librttopo/portfile.cmake b/ports/librttopo/portfile.cmake index 77d7b5932..a689b0043 100644 --- a/ports/librttopo/portfile.cmake +++ b/ports/librttopo/portfile.cmake @@ -34,7 +34,7 @@ if (VCPKG_TARGET_IS_WINDOWS) file(COPY ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/librttopo.lib DESTINATION ${CURRENT_PACKAGES_DIR}/lib) file(COPY ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg/librttopo.lib DESTINATION ${CURRENT_PACKAGES_DIR}/debug/lib) -elseif (VCPKG_TARGET_IS_LINUX OR VCPKG_TARGET_IS_OSX) # Build in UNIX +else () # Build in UNIX vcpkg_configure_make( SOURCE_PATH ${SOURCE_PATH} AUTOCONFIG |
