SysFera / vishnu

Modular and high-level middleware for tasks, files and information management in heterogeneous and distributed HPC environments
http://sysfera.github.com/vishnu.html
Other
4 stars 12 forks source link

CMake doesn't find OPENSSL_INCLUDE_DIR #366

Closed hguemar closed 11 years ago

hguemar commented 11 years ago

Vishnu build system openssl module is broken, and can't find OpenSSL include dir, so you have to set it manually. Instead of using custom made openssl module, we should use the one provided by CMake.

bugfix is already done, check my next PR.