Hey,<div><br></div><div>SOPRANO_MIN_VERSION isn't correctly check in FindSoprano.cmake by find_package_handle_standard_args, causing build failure with the lastest soprano (2.5.2). In this case, nepomuk is built anyway and shouldn't.</div>
<div>The problem is due to find_package_handle_standard_args() which should have the "VERSION_ARG" argument in order to check if at least SOPRANO_MIN_VERSION is found, otherwise Soprano is converted to uppercase and SOPRANO_FOUND is set to TRUE, and necessarily Soprano_FOUND too.</div>
<div>Also in FindNepomuk.cmake find_package() should check for SOPRANO_MIN_VERSION imho (however I'm not 100% sure about that, because it'll be installed on the system... any other ideas ?)</div><div><br></div><div>
See a patch in attachment, feel free to comment it.</div><div><br></div><div>Regards,</div><div>Romain</div>