Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
PIM Data Exporter
Commits
c65a9d7b
Commit
c65a9d7b
authored
Sep 11, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GIT_SILENT: update dependencies
parent
98c9c522
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
CMakeLists.txt
CMakeLists.txt
+2
-9
No files found.
CMakeLists.txt
View file @
c65a9d7b
...
...
@@ -2,16 +2,9 @@ cmake_minimum_required(VERSION 3.1)
set
(
KDEPIM_VERSION_NUMBER
"5.6.40"
)
project
(
pim-data-exporter VERSION
${
KDEPIM_VERSION_NUMBER
}
)
set
(
KF5_VERSION
"5.37.0"
)
option
(
RUN_UNINSTALL
"test run uninstalled apps (experimental)"
FALSE
)
set
(
KF5_VERSION
"5.38.0"
)
set
(
ECM_VERSION
${
KF5_VERSION
}
)
# ECM setup
if
(
RUN_UNINSTALL
)
set
(
ECM_VERSION
"5.38.0"
)
endif
()
find_package
(
ECM
${
ECM_VERSION
}
CONFIG REQUIRED
)
find_package
(
ECM
${
KF5_VERSION
}
CONFIG REQUIRED
)
set
(
CMAKE_MODULE_PATH
${
ECM_MODULE_PATH
}
)
include
(
ECMInstallIcons
)
...
...
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