Failing to Link a Project

I am trying to link a custom project with root but I’m running into an issue where linking against SSL fails, I think because cmake won’t find it. I will provide a copy of the cmakelists.txt and the error I am having when using the command make.

I’ll try my best to clarify anything to help, but I am new to using root and did not make the project but am using one made from a researcher before me that no longer works on this.
I’m not sure if this helps, but the machine I am using is Ubuntu 16.04 with ROOT 6.11/01. The project has been built on a different machine some time ago which is on ROOT 5.34/11.

CMakeLists.txt (1.5 KB)
Make_error.txt (33.9 KB)

By link a custom project I mean: https://root.cern.ch/how/integrate-root-my-project-cmake

Hi,

this looks like a CMake question more than a ROOT question: is this correct? Perhaps you just need to look on the Internet for a FindSSL CMake macro?

D

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.