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
KDE GTK Configurator
Commits
7668a6ad
Commit
7668a6ad
authored
Feb 22, 2022
by
Heiko Becker
Browse files
Fix cmake policy CMP0115 warning
GIT_SILENT (cherry picked from commit
81082375
)
parent
58467900
Pipeline
#141134
passed with stage
in 1 minute and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kconf_update/CMakeLists.txt
View file @
7668a6ad
...
...
@@ -27,7 +27,10 @@ install(
${
KDE_INSTALL_LIBDIR
}
/kconf_update_bin/
)
add_executable
(
remove_deprecated_gtk4_option remove_deprecated_gtk4_option ../kded/configeditor.cpp
)
add_executable
(
remove_deprecated_gtk4_option
remove_deprecated_gtk4_option.cpp
../kded/configeditor.cpp
)
target_link_libraries
(
remove_deprecated_gtk4_option
PRIVATE
...
...
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