SVN commit 1079793 by mmrozowski: Fix typo breaking KDELibsDependenciesFile.cmake. Also rearrange linebreaks to make it look nicer.
CCMAIL: [email protected] M +8 -7 CreateKDELibsDependenciesFile.cmake --- branches/KDE/4.4/kdelibs/CreateKDELibsDependenciesFile.cmake #1079792:1079793 @@ -3,9 +3,9 @@ ######## write dependency file which will be installed ######### -# write the versions +# write the versions -file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/KDELibsDependencies.cmake +file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/KDELibsDependencies.cmake "# this file was generated during the kdelibs build process set(KDE_VERSION_MAJOR ${KDE_VERSION_MAJOR}) set(KDE_VERSION_MINOR ${KDE_VERSION_MINOR}) @@ -90,7 +90,7 @@ set(KDE4_TARGET_PREFIX ${KDE4_TARGET_PREFIX} ) -\n") +") # write the library dependencies @@ -101,9 +101,9 @@ set (QT_INSTALL_DIR \"${QT_INSTALL_DIR}\") endif (NOT QT_INSTALL_DIR) ") - # replace hard codes paths by variables + # replace hard codes paths by variables # !!! the following stuff does not work because export_library_dependencies - # !!! does not wait until the file is written completly + # !!! does not wait until the file is written completly # export_library_dependencies(${CMAKE_BINARY_DIR}/tmpdeps.cmake) # file(READ ${CMAKE_BINARY_DIR}/tmpdeps.cmake _deps) # string(REPLACE "${QT_INSTALL_DIR}" "\${QT_INSTALL_DIR}" __deps "${_deps}") @@ -118,6 +118,7 @@ # Append stuff needed by the KAuth framework file(APPEND "${CMAKE_CURRENT_BINARY_DIR}/KDELibsDependencies.cmake" " + set(KDE4_AUTH_BACKEND_NAME \"${KDE4_AUTH_BACKEND_NAME}\") -set(KDE4_AUTH_POLICY_FILES_INSTALL_DIR \"${KDE4_AUTH_POLICY_FILES_INSTALL_DIR}\")" CACHE STRING - "The location where policy files generated by KAuth will be installed, if the installed backend needs to") +set(KDE4_AUTH_POLICY_FILES_INSTALL_DIR \"${KDE4_AUTH_POLICY_FILES_INSTALL_DIR}\" CACHE STRING \"The location where policy files generated by KAuth will be installed, if the installed backend needs to\") +") _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
