Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ports/lastools/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/LASlib PACKAGE_NAME laslib)

if(BUILD_TOOLS)
vcpkg_copy_tools(TOOL_NAMES las2las64 las2txt64 lascopcindex64 lasdiff64 lasindex64 lasinfo64 lasmerge64 lasprecision64 laszip64 txt2las64 AUTO_CLEAN)

# Copy CSV files that are used as lookup tables by las2las.
file(COPY ${SOURCE_PATH}/bin/serf/geo DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}/serf)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wish list: Double quotes.

endif()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
Expand Down
1 change: 1 addition & 0 deletions ports/lastools/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "lastools",
"version": "2.0.3",
"port-version": 1,
"description": "LAStools: award-winning software for efficient LiDAR processing (with LASzip)",
"homepage": "https://github.com/LAStools/LAStools",
"supports": "!uwp",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4414,7 +4414,7 @@
},
"lastools": {
"baseline": "2.0.3",
"port-version": 0
"port-version": 1
},
"laszip": {
"baseline": "3.4.4",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/lastools.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "32bfb1c66d429ff857d870fb92724fd165013d75",
"version": "2.0.3",
"port-version": 1
},
{
"git-tree": "ef0c4018e358e6adb7835f43588e759537401811",
"version": "2.0.3",
Expand Down
Loading