Created
October 27, 2013 03:54
-
-
Save TranquilMarmot/7177809 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compiling with SSL support | |
-- checking for module 'openssl' | |
-- package 'openssl' not found | |
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE): | |
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the | |
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES | |
OPENSSL_INCLUDE_DIR) | |
Call Stack (most recent call first): | |
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE) | |
/usr/share/cmake-2.8/Modules/FindOpenSSL.cmake:244 (find_package_handle_standard_args) | |
CMakeLists.txt:443 (find_package) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment