Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
KTouch
Commits
38b1f926
Commit
38b1f926
authored
Apr 27, 2021
by
Mihai Gătejescu
Browse files
Fix a typo in data/courses/CMakeLists.txt
parent
584b3b8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/courses/CMakeLists.txt
View file @
38b1f926
...
...
@@ -48,7 +48,7 @@ set (coursefiles
file
(
GLOB coursefiles_GLOB RELATIVE
${
CMAKE_CURRENT_SOURCE_DIR
}
*.xml
)
list
(
SORT coursefiles_GLOB
)
if
(
NOT
"
${
coursefiles
}
"
STREQUAL
"
${
coursefiles_GLOB
}
"
)
message
(
AUTHOR_WARNING
"List of .xml files in data/courses differs from the list of couses"
)
message
(
AUTHOR_WARNING
"List of .xml files in data/courses differs from the list of cou
r
ses"
)
endif
()
install
(
FILES
${
coursefiles
}
DESTINATION
${
KDE_INSTALL_DATADIR
}
/ktouch/courses
)
...
...
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