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
Plasma
KDecoration
Commits
a4ed2b9d
Commit
a4ed2b9d
authored
Jan 17, 2021
by
Laurent Montel
Browse files
Use non-deprecated KDE_INSTALL_CMAKEPACKAGEDIR
parent
a1b54e77
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a4ed2b9d
...
...
@@ -57,7 +57,7 @@ file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h)
kde_clang_format
(
${
ALL_CLANG_FORMAT_SOURCE_FILES
}
)
# create a Config.cmake and a ConfigVersion.cmake file and install them
set
(
CMAKECONFIG_INSTALL_DIR
"
${
CMAKECONFIG_INSTALL_PREFIX
}
/KDecoration2"
)
set
(
CMAKECONFIG_INSTALL_DIR
"
${
KDE_INSTALL_CMAKEPACKAGEDIR
}
/KDecoration2"
)
configure_package_config_file
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/KDecoration2Config.cmake.in"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/KDecoration2Config.cmake"
...
...
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