Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akonadi Contacts
Commits
6452893b
Commit
6452893b
authored
Jan 04, 2017
by
Laurent Montel
Browse files
GIT_SILENT: cmake fix warning
parent
5581f406
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6452893b
...
...
@@ -12,7 +12,7 @@ set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
include
(
GenerateExportHeader
)
include
(
ECMGenerateHeaders
)
include
(
ECMGeneratePriFile
)
include
(
E
CMPackageConfigHelpers
)
include
(
CM
ake
PackageConfigHelpers
)
include
(
ECMSetupVersion
)
include
(
FeatureSummary
)
include
(
KDEInstallDirs
)
...
...
@@ -75,7 +75,7 @@ endif()
########### CMake Config Files ###########
set
(
CMAKECONFIG_INSTALL_DIR
"
${
KDE_INSTALL_CMAKEPACKAGEDIR
}
/KF5AkonadiContact"
)
ecm_
configure_package_config_file
(
configure_package_config_file
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/KF5AkonadiContactConfig.cmake.in"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/KF5AkonadiContactConfig.cmake"
INSTALL_DESTINATION
${
CMAKECONFIG_INSTALL_DIR
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment