[
https://issues.apache.org/jira/browse/THRIFT-2925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14263484#comment-14263484
]
Hudson commented on THRIFT-2925:
--------------------------------
SUCCESS: Integrated in Thrift #1422 (See
[https://builds.apache.org/job/Thrift/1422/])
THRIFT-2925 CMake build does not work with OpenSSL nor anything installed in
non-system location (roger: rev c444fb581d2157c260f36db091a7cdd4511c6e32)
* lib/cpp/CMakeLists.txt
* cmake/DefineOptions.cmake
* lib/cpp/test/CMakeLists.txt
> CMake build does not work with OpenSSL nor anything installed in non-system
> location
> ------------------------------------------------------------------------------------
>
> Key: THRIFT-2925
> URL: https://issues.apache.org/jira/browse/THRIFT-2925
> Project: Thrift
> Issue Type: Bug
> Components: Build Process, C++ - Library
> Reporter: Nobuaki Sukegawa
> Assignee: Nobuaki Sukegawa
>
> It's caused by many incorrect CMake variable names.
> Examples of correct variable names:
> * LIBEVENT_INCLUDE_DIRS
> * OPENSSL_INCLUDE_DIR (without S !!)
> * Boost_INCLUDE_DIRS (not BOOST !!)
> It is almost funny how these variable names are inconsistent, nonetheless
> correct names should be used.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)