Re: [CMake] FindOpenSSL always uses system libs

2013-08-14 Thread Andreas Pakulat
Hi, On Wed, Aug 14, 2013 at 8:06 PM, Josef 'Jeff' Sipek wrote: > If you have a (linux or solaris) system with openssl installed in /usr and > a > second copy installed elsewhere (e.g., /opt) and you want a cmake project > to > find the elsewhere version, no matter what you try it finds the system

[CMake] FindOpenSSL always uses system libs

2013-08-14 Thread Josef 'Jeff' Sipek
If you have a (linux or solaris) system with openssl installed in /usr and a second copy installed elsewhere (e.g., /opt) and you want a cmake project to find the elsewhere version, no matter what you try it finds the system copy. (In other words, OPENSSL_ROOT_DIR has no effect.) Are we missing so