Re: [CMake] Building CMake with custom OpenSSL

2019-05-21 Thread Robert Maynard via CMake
I don't believe that we test CMake with that configuration of OpenSSL. If it works, I cant promise it will continue to work going forward. On Mon, May 20, 2019 at 4:44 PM A.Dmitrovsky wrote: > > Hi, > > I am building CMake (on x64 linux) with custom OpenSSL and wondering if there > are any

[CMake] Building CMake with custom OpenSSL

2019-05-20 Thread A . Dmitrovsky
Hi, I am building CMake (on x64 linux) with custom OpenSSL and wondering if there are any CMake requirements on how OpenSSL should be compiled. Specifically, I'm interested to know if it is valid to link CMake with single-threaded OpenSSL library (configured with "no-threads" option). May be it is