Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Unmaintained
KDE Pim
Commits
a9fde31a
Commit
a9fde31a
authored
Jan 05, 2015
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increase version
parent
06c1a4a7
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 @
a9fde31a
...
@@ -89,7 +89,7 @@ if(DEFINED KDEPIM_DEV_VERSION)
...
@@ -89,7 +89,7 @@ if(DEFINED KDEPIM_DEV_VERSION)
set
(
KDEPIM_DEV_VERSION
"
${
KDEPIM_DEV_VERSION
}
"
)
set
(
KDEPIM_DEV_VERSION
"
${
KDEPIM_DEV_VERSION
}
"
)
endif
()
endif
()
set
(
KDEPIM_VERSION
"4.14.
3
${
KDEPIM_DEV_VERSION
}
"
)
set
(
KDEPIM_VERSION
"4.14.
4
${
KDEPIM_DEV_VERSION
}
"
)
configure_file
(
kdepim-version.h.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/kdepim-version.h @ONLY
)
configure_file
(
kdepim-version.h.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/kdepim-version.h @ONLY
)
...
@@ -100,7 +100,7 @@ set(CMAKE_AUTOMOC ON)
...
@@ -100,7 +100,7 @@ set(CMAKE_AUTOMOC ON)
find_package
(
KDE4 4.13.0 REQUIRED
)
find_package
(
KDE4 4.13.0 REQUIRED
)
include
(
KDE4Defaults
)
include
(
KDE4Defaults
)
find_package
(
KdepimLibs 4.14.
3
)
find_package
(
KdepimLibs 4.14.
4
)
set_package_properties
(
KdepimLibs PROPERTIES DESCRIPTION
"The KDEPIM libraries"
URL
"http://www.kde.org"
TYPE REQUIRED
)
set_package_properties
(
KdepimLibs PROPERTIES DESCRIPTION
"The KDEPIM libraries"
URL
"http://www.kde.org"
TYPE REQUIRED
)
############### Load the CTest options ###############
############### Load the CTest options ###############
...
...
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