Hi, 

this is the workaround we came up with to get kdepim building again. This 
smells like a cmake bug, that it doesn't respect target name here. any better 
idea on how to fix it? 

Thanks,
Dirk
--- Begin Message ---
SVN commit 692910 by binner:

fix dependencies of qgpgme and kdepim build


 M  +1 -0      CMakeLists.txt  


--- trunk/KDE/kdepimlibs/CMakeLists.txt #692909:692910
@@ -45,6 +45,7 @@
 add_subdirectory(cmake)
 
 # ...and append all library dependencies
+string(REGEX REPLACE "gpgmepp" "gpgme++" qgpgme_LIB_DEPENDS 
"${qgpgme_LIB_DEPENDS}")
 
export_library_dependencies(${CMAKE_CURRENT_BINARY_DIR}/KDEPimLibsDependencies.cmake
 APPEND)
 install( FILES ${CMAKE_CURRENT_BINARY_DIR}/KDEPimLibsDependencies.cmake 
DESTINATION ${DATA_INSTALL_DIR}/cmake/modules)
 

--- End Message ---
_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to