┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edmundson <[email protected]>2015-02-25 21:40:24 +0100
committerDavid Edmundson <[email protected]>2015-02-25 21:40:24 +0100
commitaca62bee91684f0b4b8ebd603bfd102dbefb814a (patch)
tree588092f4fe9c17e5185114b8bb3c970539348737
parent67ccf75ef2e2af463ee5e5ea5e370aa3a970ee32 (diff)
Fix DolphinVcs cmake to be findable
Reviewed-By: Emmanuel Pescosta
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3a3ab6d4c..5a007f302 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,6 +10,7 @@ set(DOLPHIN_VERSION "4.97.0")
include(ECMSetupVersion)
include(ECMGenerateHeaders)
+include(ECMPackageConfigHelpers)
include(GenerateExportHeader)
include(FeatureSummary)
include(KDEInstallDirs)
@@ -60,7 +61,7 @@ add_subdirectory(src)
add_subdirectory(docs)
# CMake files
-set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/Dolphin")
+set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/DolphinVcs")
ecm_configure_package_config_file(
"${CMAKE_CURRENT_SOURCE_DIR}/DolphinVcsConfig.cmake.in"