Skip to content

Conversation

chetnieter
Copy link
Member

Adding version 2.9.2 as an option for PDAL. The old version of PDAL was not compatible with the new GDAL (3.11).

@chetnieter
Copy link
Member Author

jenkins test this please

if (GDAL_SELECT_VERSION VERSION_GREATER_EQUAL 3.5)
if (NOT LINUX)
if (NOT UNIX)
message(ERROR "Fletch currenly only supports building GDAL Version \"${GDAL_SELECT_VERSION}\" for Linux.")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
message(ERROR "Fletch currenly only supports building GDAL Version \"${GDAL_SELECT_VERSION}\" for Linux.")
message(ERROR "Fletch currently only supports building GDAL Version \"${GDAL_SELECT_VERSION}\" for Unix.")

set(PDAL_version "1.7.2")
set(PDAL_url "https://data.kitware.com/api/v1/file/6622b24edf5a87675edbc0d0/download/pdal.${PDAL_version}.tar.gz")
set(PDAL_md5 "a89710005fd54e6d2436955e2e542838")
endif()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Add an else here (example: SQLite3 above)?

@chetnieter chetnieter marked this pull request as draft September 29, 2025 16:08
Pushed minimal cmake version to 3.6.0 to fix issues with building
the python ci container for kwiver.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants