<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<title></title>
</head>
<body>
In order to support versions I added a cmake config and version file to shared-desktop-ontologies (attached the files installed in <prefix>/share/cmake/SharedDesktopOntologies)<br />
Then I patched the FindSharedDesktopOntologies.cmake by adding the following line:<br />
<br />
find_package(SharedDesktopOntologies ${SharedDesktopOntologies_FIND_VERSION} QUIET NO_MODULE)<br />
<br />
How nothing seems to be set properly anymore and I cannot find the problem. Any hints?<br />
<br />
Cheers,<br />
Sebastian<br />
<br />
</body>
</html>