I am trying to compile a servermod on Debian using CMake. Every required packages seems do be installed. If I start compiling I get this error:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
OPENSSL_CRYPTO_LIBRARIES (ADVANCED)
OPENSSL_INCLUDE_DIR (ADVANCED)
OPENSSL_SSL_LIBRARIES (ADVANCED)
and I have absolutely no clue how to fix it. Where does it has to be set?