GitHub user snikulov opened a pull request: https://github.com/apache/thrift/pull/598
cmake // fixes for std/boost::thread detection; security test; qt test Hello All! Relates to https://issues.apache.org/jira/browse/THRIFT-2850 1. Will use BOOST if not explicitly provided -DWITH_STDTHREADS=ON and Boost_FOUND. 2. Will not build SecurityTest if NOT OPENSSL_FOUND (SecurityTest uses SSL headers which is not available) 3. Fix for TQTcpServerTest_Qt5. Build successful on Windows (MSVC 2013) and CentOS 7 You can merge this pull request into a Git repository by running: $ git pull https://github.com/snikulov/thrift cmake_build_updates Alternatively you can review and apply these changes as the patch at: https://github.com/apache/thrift/pull/598.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 #598 ---- commit b10dbb8a10e159af358585e0a5445b46e3e7094a Author: Sergei Nikulov <sergey.niku...@gmail.com> Date: 2015-09-02T10:06:22Z fixes for std/boost::thread detection; security test; qt test ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---