[DiscordArchive] Which OS is it running on?
[DiscordArchive] Which OS is it running on?
Archived author: Froggacuda • Posted: 2022-06-28T20:30:40.223000+00:00
Original source
hmm -- still getting this on trying to do the first compile:
-- Found Boost: /usr/local/lib/cmake/Boost-1.78.0/BoostConfig.cmake (found suitable version "1.78.0", minimum required is "1.67") found components: system filesystem program_options iostreams regex
-- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM
-- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Success
-- Looking for strtod_l
-- Looking for strtod_l - found
CMake Error at /usr/local/Cellar/cmake/3.23.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES OPENSSL_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.23.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
src/cmake/macros/FindOpenSSL.cmake:190 (find_package_handle_standard_args)
deps/openssl/CMakeLists.txt:17 (find_package)
Archived author: Revision • Posted: 2022-06-28T20:40:56.644000+00:00
Original source
You could try setting `-DOPENSSL_INCLUDE_DIR=` to the openssl **include** directory and `-DOPENSSL_ROOT_DIR=` to the openssl directory
Archived author: Revision • Posted: 2022-06-28T20:42:06.436000+00:00
Original source
Just as an example, this is how it's set up on my windows dev machine:
`-DOPENSSL_INCLUDE_DIR=C:/Program Files/OpenSSL-Win64/include`
`-DOPENSSL_ROOT_DIR=C:/Program Files/OpenSSL-Win64`