Description: Don't install cmake files for other packages.
Upstream installs some cmake modules for finding packages like QJson. Choqok
should not install these files, as it is the responsibility of the other
packages to provide them.
--- choqok-1.2.orig/cmake/modules/CMakeLists.txt
+++ choqok-1.2/cmake/modules/CMakeLists.txt
@@ -1,4 +1,4 @@
 # install the cmake files
 
-set(cmakeFiles FindChoqok.cmake FindQJson.cmake FindQtOAuth.cmake FindQtIndicate.cmake)
-install( FILES ${cmakeFiles} DESTINATION ${DATA_INSTALL_DIR}/cmake/modules )
\ No newline at end of file
+set(cmakeFiles FindChoqok.cmake)
+install( FILES ${cmakeFiles} DESTINATION ${DATA_INSTALL_DIR}/cmake/modules )
