WillAyd commented on issue #2408: URL: https://github.com/apache/orc/issues/2408#issuecomment-3312651009
This may be the same or similar to @h-vetinari issue in https://github.com/apache/orc/issues/2147 FWIW, the orc distribution provides custom CMake Find* files at ${CONDA_PREFIX}/lib/cmake/orc/: ```shell $ ls ${CONDA_PREFIX}/lib/cmake/orc/Find* /home/will/miniforge3/envs/foo/lib/cmake/orc/FindLZ4.cmake /home/will/miniforge3/envs/foo/lib/cmake/orc/FindProtobuf.cmake /home/will/miniforge3/envs/foo/lib/cmake/orc/FindSnappy.cmake /home/will/miniforge3/envs/foo/lib/cmake/orc/FindZLIB.cmake /home/will/miniforge3/envs/foo/lib/cmake/orc/FindZSTD.cmake ``` If you remove or rename FindSnappy.cmake, then it appears that CMake can correctly resolve the location for it -- 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]
