Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Frameworks
KWayland
Commits
32306e94
Commit
32306e94
authored
Jan 03, 2017
by
Sven Brauch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GIT_SILENT Fix ECM warning: use CMakePackageConfigHelpers instead of ECM variant
parent
6a618b07
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
32306e94
...
...
@@ -12,7 +12,7 @@ set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
include
(
FeatureSummary
)
include
(
GenerateExportHeader
)
include
(
E
CMPackageConfigHelpers
)
include
(
CM
ake
PackageConfigHelpers
)
include
(
ECMSetupVersion
)
include
(
ECMGenerateHeaders
)
include
(
CMakeFindFrameworks
)
...
...
@@ -62,7 +62,7 @@ add_subdirectory(tests)
# create a Config.cmake and a ConfigVersion.cmake file and install them
set
(
CMAKECONFIG_INSTALL_DIR
"
${
CMAKECONFIG_INSTALL_PREFIX
}
/KF5Wayland"
)
ecm_
configure_package_config_file
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/KF5WaylandConfig.cmake.in"
configure_package_config_file
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/KF5WaylandConfig.cmake.in"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/KF5WaylandConfig.cmake"
INSTALL_DESTINATION
${
CMAKECONFIG_INSTALL_DIR
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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