[ https://issues.apache.org/jira/browse/THRIFT-2925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14262913#comment-14262913 ]
Nobuaki Sukegawa commented on THRIFT-2925: ------------------------------------------ These are references I consulted with. http://www.cmake.org/cmake/help/v3.0/module/FindBoost.html https://github.com/Kitware/CMake/blob/master/Modules/FindBoost.cmake https://github.com/libevent/libevent/blob/master/cmake/LibeventConfig.cmake.in FindLibevent seems to be only available for current latest alpha (v2.1.4) and master repository branch. > 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 > > 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)