licensepp icon indicating copy to clipboard operation
licensepp copied to clipboard

Updates the findripe cmake file to search for the .so file

Open ignogueiras opened this issue 6 months ago • 0 comments

The FindRipe cmake file in the repo was only looking for the libripe.dylib file. I had to add the libripe.so filename to be able to compile in Ubuntu.

I am not sure if a better solution exist, and Cmake can automatically look for the specific version of the file under each OS, but this one seems to work nevertheless.

ignogueiras avatar Dec 19 '23 15:12 ignogueiras