Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PIM Calendar Support
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
PIM Calendar Support
Commits
bb459de2
Commit
bb459de2
authored
Jan 04, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GIT_SILENT: cmake fix warning
parent
9db2b08e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
bb459de2
...
...
@@ -11,7 +11,7 @@ include(GenerateExportHeader)
include
(
ECMSetupVersion
)
include
(
ECMGenerateHeaders
)
include
(
ECMGeneratePriFile
)
include
(
ECM
PackageConfigHelpers
)
include
(
CMake
PackageConfigHelpers
)
include
(
ECMSetupVersion
)
include
(
FeatureSummary
)
include
(
KDEInstallDirs
)
...
...
@@ -63,7 +63,7 @@ add_definitions("-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII")
########### CMake Config Files ###########
set
(
CMAKECONFIG_INSTALL_DIR
"
${
KDE_INSTALL_CMAKEPACKAGEDIR
}
/KF5CalendarSupport"
)
ecm_
configure_package_config_file
(
configure_package_config_file
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/KF5CalendarSupportConfig.cmake.in"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/KF5CalendarSupportConfig.cmake"
INSTALL_DESTINATION
${
CMAKECONFIG_INSTALL_DIR
}
...
...
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