You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After investigations, I understood that the gdal compilation error came from the non-definition of the Parquet_VERSION variable in the ogr/ogrsf_frmts/parquet/CMakeLists.txt file (line 12).
If we initialize this variable (set(Parquet_VERSION 11.0)), the gdal compilation is performed without error.
same error (linux, gcc), can you elaborate on how you fixed it?
Setting "set(Parquet_VERSION 11.0)" in the top level cmake file didn't change anything.
@Luk0r@philiane I've created a PR which, in my opinion, fixes the root cause of this behavior: gdal doesn't know anything about Parquet version because find_package() searches for Arrow and thus gdal "sees" only its main version variable.
Maybe it's a byproduct of replace-find-package patch.
Description
Installing gdal/3.8.3 or 3.7.3 in both Release and Debug mode with default recipe/settings failed. My colleagues got the same error on their PC
Package and Environment Details
Conan profile
[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=17
compiler.runtime=dynamic
compiler.version=194
os=Windows
Steps to reproduce
conan install . --output-folder=build --build=missing
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: