Hey,<div><br></div><div>SOPRANO_MIN_VERSION isn&#39;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&#39;t.</div>
<div>The problem is due to find_package_handle_standard_args() which should have the &quot;VERSION_ARG&quot; 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&#39;m not 100% sure about that, because it&#39;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>