diff options
| author | Lily <47812810+LilyWangL@users.noreply.github.com> | 2020-10-14 05:38:05 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-13 14:38:05 -0700 |
| commit | eaa2e3db0fa6162112fa76e87ac44a67db7225c8 (patch) | |
| tree | 0e30601250da795ad578da1ec5bc52d2c3e4b93d /ports/liblas/fix-BuildError.patch | |
| parent | c633ef256fc2702090cd27925d0eeb5075beb844 (diff) | |
| download | vcpkg-eaa2e3db0fa6162112fa76e87ac44a67db7225c8.tar.gz vcpkg-eaa2e3db0fa6162112fa76e87ac44a67db7225c8.zip | |
[libgeotiff] Upgrade to version 1.6.0 (#10408)
Diffstat (limited to 'ports/liblas/fix-BuildError.patch')
| -rw-r--r-- | ports/liblas/fix-BuildError.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/ports/liblas/fix-BuildError.patch b/ports/liblas/fix-BuildError.patch deleted file mode 100644 index 4f9d768dc..000000000 --- a/ports/liblas/fix-BuildError.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt -index beb83e2..6f216bd 100644 ---- a/apps/CMakeLists.txt -+++ b/apps/CMakeLists.txt -@@ -155,7 +152,7 @@ endif() - # Targets installation - - install(TARGETS ${LIBLAS_UTILITIES} -- RUNTIME DESTINATION ${LIBLAS_BIN_DIR} -+ RUNTIME DESTINATION tools - LIBRARY DESTINATION ${LIBLAS_LIB_DIR} - ARCHIVE DESTINATION ${LIBLAS_LIB_DIR}) - -diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt -index c7f583d..ca9e602 100644 ---- a/cmake/CMakeLists.txt -+++ b/cmake/CMakeLists.txt -@@ -5,13 +5,8 @@ - # Set where cmake will install liblas-config.cmake. It's installed in - # ${CMAKE_INSTALL_PREFIX}/${INSTALL_CMAKE_DIR} and ${PROJECT_ROOT_DIR} - # is the relative path to the root from there. --if (NOT WIN32) -- set(INSTALL_CMAKE_DIR "share/cmake/${PROJECT_NAME}") -- set (PROJECT_ROOT_DIR "../../..") --else () -- set(INSTALL_CMAKE_DIR "cmake") -- set (PROJECT_ROOT_DIR "..") --endif () -+set(INSTALL_CMAKE_DIR "share/cmake/${PROJECT_NAME}") -+set (PROJECT_ROOT_DIR "../../..") - - # Now create the liblas-config files using the .in templates - configure_file (liblas-config.cmake.in |
