Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

CMake version check #280

Closed
zhouyuan opened this issue Apr 25, 2021 · 0 comments · Fixed by #281
Closed

CMake version check #280

zhouyuan opened this issue Apr 25, 2021 · 0 comments · Fixed by #281
Labels
bug Something isn't working

Comments

@zhouyuan
Copy link
Collaborator

We are using cmake 3.11, however this will fail on packaging libarrow/libgandiva.so into jar

cmake_minimum_required(VERSION 3.11)
it looks like FOLLOW_SYMLINK_CHAIN is available since cmake 3.15
https://gitlab.kitware.com/cmake/cmake/-/merge_requests/3332

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant