nehaljwani commented on pull request #541: URL: https://github.com/apache/orc/pull/541#issuecomment-683340627
With this change, I can use 3rd party dynamic libraries easily (and the change is backwards compatible): ``` ... -- Found Threads: TRUE -- SNAPPY_HOME: /home/wani/m3/envs/orcdev -- Found the Snappy header: /home/wani/m3/envs/orcdev/include/snappy.h -- Found the Snappy library: /home/wani/m3/envs/orcdev/lib/libsnappy.so -- ZLIB_HOME: /home/wani/m3/envs/orcdev -- Found the ZLIB header: /home/wani/m3/envs/orcdev/include/zlib.h -- Found the ZLIB library: /home/wani/m3/envs/orcdev/lib/libz.so -- Found the ZLIB static library: /home/wani/m3/envs/orcdev/lib/libz.a -- ZSTD_HOME: /home/wani/m3/envs/orcdev -- Found the zstd header: /home/wani/m3/envs/orcdev/include/zstd.h -- Found the zstd library: /home/wani/m3/envs/orcdev/lib/libzstd.so -- LZ4_HOME: /home/wani/m3/envs/orcdev -- Found the LZ4 header: /home/wani/m3/envs/orcdev/include/lz4.h -- Found the LZ4 library: /home/wani/m3/envs/orcdev/lib/liblz4.so -- GTEST_HOME set: /home/wani/m3/envs/orcdev -- Found the GTest header: /home/wani/m3/envs/orcdev/include/gmock/gmock.h -- Found the GTest library: /home/wani/m3/envs/orcdev/lib/libgtest.so -- Found the GMock library: /home/wani/m3/envs/orcdev/lib/libgmock.so -- PROTOBUF_HOME: /home/wani/m3/envs/orcdev -- Found the Protobuf headers: /home/wani/m3/envs/orcdev/include -- Found the Protobuf library: /home/wani/m3/envs/orcdev/lib/libprotobuf.so -- Found the Protoc library: /home/wani/m3/envs/orcdev/lib/libprotoc.so -- Found the Protoc executable: /home/wani/m3/envs/orcdev/bin/protoc ... ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
