SVN commit 1199273 by aholzammer: - wince compile fix M +2 -2 CMakeLists.txt --- trunk/KDE/kdepimlibs/CMakeLists.txt #1199272:1199273 @@ -104,9 +104,9 @@ else(NOT WINCE) macro_log_feature(Soprano_FOUND "Soprano" "Storage of semantic data" "http://soprano.sourceforge.net" FALSE "${SOPRANO_MIN_VERSION}" "") endif (NOT WINCE) - if (Soprano_FOUND) + if (Soprano_FOUND AND NOT WINCE) include(SopranoAddOntology) - endif (Soprano_FOUND) + endif (Soprano_FOUND AND NOT WINCE) find_package(Nepomuk) if (WINCE)