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
Scott Petrovic
kdenlive
Commits
a85a1063
Commit
a85a1063
authored
Nov 05, 2015
by
Vincent Pinon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix CMake warnings
parent
96705d70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
CMakeLists.txt
CMakeLists.txt
+1
-0
No files found.
CMakeLists.txt
View file @
a85a1063
...
...
@@ -10,6 +10,7 @@ set (KDE_APPLICATIONS_VERSION_MICRO "0")
set
(
KDENLIVE_VERSION
${
KDE_APPLICATIONS_VERSION_MAJOR
}
.
${
KDE_APPLICATIONS_VERSION_MINOR
}
.
${
KDE_APPLICATIONS_VERSION_MICRO
}
)
cmake_minimum_required
(
VERSION 2.8.12
)
cmake_policy
(
SET CMP0063 NEW
)
# Minimum versions of main dependencies.
set
(
MLT_MIN_MAJOR_VERSION 0
)
set
(
MLT_MIN_MINOR_VERSION 9
)
...
...
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