diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-10-09 02:33:55 +0800 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-10-08 11:33:55 -0700 |
| commit | 0de501a3f460f0f27c266b6e77ca22a6e3e597c8 (patch) | |
| tree | 857045c61f76e772166085b22e5febddcd6380c8 /ports/liblas/CONTROL | |
| parent | 7a33372afdb6e9fe960551780b7ccb81c52a1d65 (diff) | |
| download | vcpkg-0de501a3f460f0f27c266b6e77ca22a6e3e597c8.tar.gz vcpkg-0de501a3f460f0f27c266b6e77ca22a6e3e597c8.zip | |
[liblas]Fix ${_IMPORT_PREFIX} in liblas-depends-*.cmake. (#7920)
* [liblas]Fix ${_IMPORT_PREFIX} in liblas-depends-debug.cmake/liblas-depends-release.cmake.
* [liblas]Fix depends.cmake.
* [liblas]Use vcpkg_fixup_cmake_targets to handle liblas-depends-*.cmake.
Diffstat (limited to 'ports/liblas/CONTROL')
| -rw-r--r-- | ports/liblas/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/liblas/CONTROL b/ports/liblas/CONTROL index 9752f4e96..a08401448 100644 --- a/ports/liblas/CONTROL +++ b/ports/liblas/CONTROL @@ -1,5 +1,5 @@ Source: liblas -Version: 1.8.1-2 +Version: 1.8.1-3 Build-Depends: boost, boost-thread, boost-system, boost-iostreams, boost-filesystem, libgeotiff Description: A C/C++ library for reading and writing the very common LAS LiDAR format. |
