.
>CMake Warning (dev) in CMakeLists.txt:
>? No cmake_minimum_required command is present. A line of code such as
>
> cmake_minimum_required(VERSION 2.8)
>
> should be added at the top of the file. The version specified may be lower
>
if you wish to support older CMake versions for this project. For more
> information run "cmake --help-policy CMP0000".
>This warning is for project developers. Use -Wno-dev to suppress it.
>
>-- Configuring incomplete, errors occurred!
Add "cmake_minimum_required(VERSION 2.6)" just under "project(example-nepomuk)"
to fix this problem.
For you other problem:
You may need to download shared-desktop-ontologies and
shared-desktop-ontologies-devel and link them into your project, but I don't
know for sure.
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<