[CMake] Installing targets from a monorepository

2020-01-30 Thread A . Dmitrovsky
Hi, What is the recommended way of handling installation of targets in a monorepository? We've got a fairly large project with many targets. Some of the targets are libraries used by other targets, some are final executables. Different executables depend on different libraries. So far we only suppo

[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