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
PIM
KCalUtils
Commits
3446f32e
Commit
3446f32e
authored
Jan 25, 2022
by
Laurent Montel
Browse files
Fix install in upper case directory name
parent
ef2e8f74
Pipeline
#128404
passed with stage
in 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
3446f32e
...
...
@@ -91,7 +91,6 @@ ecm_generate_headers(KCalUtils_CamelCase_HEADERS
########### install files ###############
install
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/includes/HTMLExportSettings
${
CMAKE_CURRENT_BINARY_DIR
}
/kcalutils_export.h
${
CMAKE_CURRENT_BINARY_DIR
}
/htmlexportsettings.h
${
KCalUtils_HEADERS
}
...
...
@@ -101,6 +100,7 @@ install(FILES
install
(
FILES
${
KCalUtils_CamelCase_HEADERS
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/includes/HTMLExportSettings
DESTINATION
${
KDE_INSTALL_INCLUDEDIR_KF
}
/KCalUtils/KCalUtils/
COMPONENT Devel
)
...
...
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