Skip to content

Conversation

@nsuke
Copy link
Member

@nsuke nsuke commented Jan 2, 2015

...d in non-system location

This diff fixes them by correcting invalid CMake variable names:

  • OPENSSL_... rather than OpenSSL_...
  • LIBEVENT_... rather than Libevent_...
  • Boost_INCLUDE_DIRS rather than Boost_INCLUDE_DIR
  • LIBEVENT_INCLUDE_DIRS rather than LIBEVENT_INCLUDE_DIR
  • ZLIB_INCLUDE_DIRS rather than ZLIB_INCLUDE_DIR

Note:

  • OPENSSL_INCLUDE_DIR is correct (rather than ..._DIRS)
  • Boost_INCLUDE_DIR exists and actually works for most cases but
    Boost_INCLUDE_DIRS is the one desinged to be included

Also, library headers are now included as SYSTEM headers.

…lled in non-system location

This diff fixes them by correcting invalid CMake variable names:
* OPENSSL_... rather than OpenSSL_...
* LIBEVENT_... rather than Libevent_...
* Boost_INCLUDE_DIRS rather than Boost_INCLUDE_DIR
* LIBEVENT_INCLUDE_DIRS rather than LIBEVENT_INCLUDE_DIR
* ZLIB_INCLUDE_DIRS rather than ZLIB_INCLUDE_DIR

Note:
* OPENSSL_INCLUDE_DIR is correct (rather than ..._DIRS)
* Boost_INCLUDE_DIR exists and actually works for most cases but
  Boost_INCLUDE_DIRS is the one desinged to be included

Also, library headers are now included as SYSTEM headers.
@nsuke
Copy link
Member Author

nsuke commented Jan 5, 2015

Merged as c444fb5, thanks :)

@nsuke nsuke closed this Jan 5, 2015
Jens-G pushed a commit to Jens-G/thrift that referenced this pull request Apr 14, 2019
proposing to change back SE.REdis synctimeout to be 1 second
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant