[GitHub] orc issue #196: ORC-270: fix target_link_libraries for tool-test

2017-12-02 Thread majetideepak
Github user majetideepak commented on the issue:

https://github.com/apache/orc/pull/196
  
Thanks for the patch!


---


[GitHub] orc pull request #196: ORC-270: fix target_link_libraries for tool-test

2017-12-02 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/orc/pull/196


---


[GitHub] orc pull request #196: ORC-270: fix target_link_libraries for tool-test

2017-12-02 Thread rip-nsk
GitHub user rip-nsk opened a pull request:

https://github.com/apache/orc/pull/196

ORC-270: fix target_link_libraries for tool-test

gmock depends on pthread library, but use ${GTEST_LIBRARIES} similar to 
c++\test\CMakeLists.txt

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/rip-nsk/orc ORC-270

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/orc/pull/196.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #196


commit 3d7434774d9e0d812b4e48ae68a837c32df6d803
Author: rip.nsk 
Date:   2017-12-02T21:42:12Z

ORC-270: fix target_link_libraries for tool-test




---