zfoobar commented on issue #34841:
URL: https://github.com/apache/arrow/issues/34841#issuecomment-1497795644

   See requested output below - it's what is expected. Who is the official 
decision maker on the most recent logic to use Config vs. Module mode? It seems 
obvious to me that the Module mode was abandoned for Config mode - which is 
fine - but the doc needs to be updated.
   
   **------ The output without CONFIG set:**
   
   CMake Debug Log at CMakeLists.txt:3 (find_package):
     find_package considered the following paths for FindArrow.cmake:
   
       
/Users/zacharyfierstadt/miniconda3/envs/pyarrow-dev/lib/cmake/Arrow/FindArrow.cmake
       /opt/homebrew/Cellar/cmake/3.26.2/share/cmake/Modules/FindArrow.cmake
   
     The file was not found.
   
       
/Users/zacharyfierstadt/miniconda3/envs/pyarrow-dev/lib/cmake/Arrow/ArrowConfig.cmake
   
   
   
   CMake Warning (dev) in CMakeLis
   
   **The output with CONFIG set**
   
   -- Arrow version: 12.0.0
   -- Found the Arrow shared library: 
/Users/zacharyfierstadt/miniconda3/envs/pyarrow-dev/lib/libarrow.1200.0.0.dylib
   -- Found the Arrow import library: ARROW_IMPORT_LIB-NOTFOUND
   -- Found the Arrow static library: 
   CMake Debug Log at CMakeLists.txt:3 (find_package):
       
/Users/zacharyfierstadt/miniconda3/envs/pyarrow-dev/lib/cmake/Arrow/ArrowConfig.cmake
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to