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
Utilities
Kate
Commits
aeb8e09d
Commit
aeb8e09d
authored
Nov 12, 2022
by
Antonio Rojas
Committed by
Christoph Cullmann
Nov 12, 2022
Browse files
Fix typo in option name
(cherry picked from commit
39636b31
)
parent
7b7bd947
Pipeline
#266453
passed with stage
in 16 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
addons/CMakeLists.txt
View file @
aeb8e09d
...
...
@@ -6,8 +6,8 @@ endfunction()
find_package
(
KF5TextEditor
${
KF5_DEP_VERSION
}
QUIET REQUIRED
)
# python plugin, purely optional ATM
option
(
BUILD_PYTHON_BINDIN
D
S
"Enable building python bindings"
OFF
)
if
(
BUILD_PYTHON_BINDIN
D
S
)
option
(
BUILD_PYTHON_BINDIN
G
S
"Enable building python bindings"
OFF
)
if
(
BUILD_PYTHON_BINDIN
G
S
)
ecm_optional_add_subdirectory
(
python
)
endif
()
...
...
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