Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
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.