Skip to content

mvilim/arrow-as-subproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project demonstrates an issue with using Arrow as a CMake subproject.

Clone recurisvely

git clone --recursive https://github.com/mvilim/arrow-as-subproject.git

Test building with old paths

mkdir -p build; cd build; cmake ..; make

Build should fail.

Test building patch

git apply patch.diff --directory arrow                
mkdir -p build; cd build; cmake ..; make

Build should succeed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages