There is a potentially confusing warning from arrow/io on Linux:
-- ConfiguringdoneCMakeWarning (dev) atcmake_modules/BuildUtils.cmake:98 (add_dependencies):
PolicyCMP0046isnotset: Erroronnon-existentdependencyinadd_dependencies. Run"cmake --help-policy CMP0046"forpolicydetails.
Usethecmake_policycommandtosetthepolicyandsuppressthiswarning.
Thedependencytarget"dl"oftarget"arrow_io_objlib"doesnotexist.
CallStack (mostrecentcallfirst):
src/arrow/io/CMakeLists.txt:85 (ADD_ARROW_LIB)
Thiswarningisforprojectdevelopers. Use -Wno-devtosuppressit.
-- Generatingdone
-- Buildfileshavebeenwrittento: /home/wesm/code/arrow/cpp/test-build
I believe you may need to link to libdl on OS X
Reporter: Wes McKinney / @wesm
Assignee: Wes McKinney / @wesm
Related issues:
Note: This issue was originally created as ARROW-747. Please see the migration documentation for further details.
There is a potentially confusing warning from arrow/io on Linux:
I believe you may need to link to libdl on OS X
Reporter: Wes McKinney / @wesm
Assignee: Wes McKinney / @wesm
Related issues:
Note: This issue was originally created as ARROW-747. Please see the migration documentation for further details.