<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:Monospace">
<p>On Monday 23 August 2010, Friedrich W. H. Kossebau wrote:</p>
<p>&gt; Hi,</p>
<p>&gt;</p>
<p>&gt; following up to my and your emails on &quot;How to test for a D-Bus run-time</p>
<p>&gt; dependency?&quot; last tuesday here please find and then comment on my proposal</p>
<p>&gt; to test for the existance of cagibi during the build, so there is some hint</p>
<p>&gt; at every build of kdebase on this optional dependency.</p>
<p>&gt;</p>
<p>&gt; The patch adds to kdebase/runtime/CMakeLists.txt the test of Cagibi, the</p>
<p>&gt; file FindCagibi.cmake should end up in kdebase/runtime/cmake/modules.</p>
<p>&gt;</p>
<p>&gt; There are currently only two versions of Cagibi released, 0.1.0 and 0.1.1.</p>
<p>&gt; The problem is that the version cannot really be checked at the moment, as</p>
<p>&gt; the version string is nowhere noted in the install.</p>
<p>&gt; But as Cagibi may not be spread that much currently, most people will see</p>
<p>&gt; the demand for the version 0.1.1 at least. And this is better than the</p>
<p>&gt; current situation.</p>
<p>&gt;</p>
<p>&gt; Okay to commit both to trunk and 4.5 branch?</p>
<p>&gt;</p>
<p>&gt; Cheers</p>
<p>&gt; Friedrich</p>
<p></p>
<p>The following 4 lines should be good enough:</p>
<p></p>
<p>find_program(CAGIBI_DAEMON NAMES cagibid)</p>
<p>include(FindPackageHandleStandardArgs)</p>
<p>find_package_handle_standard_args(Cagibi  DEFAULT_MSG  CAGIBI_DAEMON)</p>
<p>mark_as_advanced(CAGIBI_FOUND CAGIBI_DAEMON)</p>
<p></p>
<p></p>
<p>Support for checking the version will come soon to FPHSA(), don't start with FOO_MIN_VERSION now.</p>
<p></p>
<p>Maybe you could also rename the file to FindCagibiDaemon.cmake to make very clear what it does, as name for the variable I would suggest CAGIBI_DAEMON_EXECUTABLE.</p>
<p></p>
<p>Alex</p>
<p></p>
</body></html>