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
Plasma Breeze visual style
Commits
beebaa4c
Commit
beebaa4c
authored
Jan 17, 2021
by
Laurent Montel
Browse files
Use non-deprecated KDE_INSTALL_CMAKEPACKAGEDIR
parent
20602d44
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
beebaa4c
...
...
@@ -52,7 +52,7 @@ ecm_setup_version(${PROJECT_VERSION} VARIABLE_PREFIX BREEZE
)
# create a Config.cmake and a ConfigVersion.cmake file and install them
set
(
CMAKECONFIG_INSTALL_DIR
"
${
CMAKECONFIG_INSTALL_PREFIX
}
/Breeze"
)
set
(
CMAKECONFIG_INSTALL_DIR
"
${
KDE_INSTALL_CMAKEPACKAGEDIR
}
/Breeze"
)
ecm_configure_package_config_file
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/BreezeConfig.cmake.in"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/BreezeConfig.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