Created
March 23, 2019 03:43
-
-
Save theodore-weld/5439f59312654bb1b9f495d6c5861dcb to your computer and use it in GitHub Desktop.
This file contains 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
-- Boost version: 1.62.0 | |
-- Found the following Boost libraries: | |
-- program_options | |
-- thread | |
-- chrono | |
-- system | |
-- date_time | |
-- atomic | |
CMake Error at cmake/Libraries.cmake:12 (FIND_PACKAGE): | |
By not providing "FindOPENSSL.cmake" in CMAKE_MODULE_PATH this project has | |
asked CMake to find a package configuration file provided by "OPENSSL", but | |
CMake did not find one. | |
Could not find a package configuration file provided by "OPENSSL" with any | |
of the following names: | |
OPENSSLConfig.cmake | |
openssl-config.cmake | |
Add the installation prefix of "OPENSSL" to CMAKE_PREFIX_PATH or set | |
"OPENSSL_DIR" to a directory containing one of the above files. If | |
"OPENSSL" provides a separate development package or SDK, be sure it has | |
been installed. | |
Call Stack (most recent call first): | |
CMakeLists.txt:11 (INCLUDE) | |
-- Configuring incomplete, errors occurred! | |
See also "/home/theodore/hsdb--chriscates-janitor_work/build/CMakeFiles/CMakeOutput.log". | |
See also "/home/theodore/hsdb--chriscates-janitor_work/build/CMakeFiles/CMakeError.log". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment