Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kwave
Commits
77273e87
Commit
77273e87
authored
Oct 14, 2021
by
Thomas Eschenbacher
Browse files
set minimum required cmake version to 3.16.0 (fixes build warnings)
parent
32beb563
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
77273e87
...
...
@@ -64,7 +64,7 @@ set (RELEASE_SERVICE_VERSION_MICRO "70")
#############################################################################
### required versions ###
CMAKE_MINIMUM_REQUIRED
(
VERSION
2.8.12
FATAL_ERROR
)
CMAKE_MINIMUM_REQUIRED
(
VERSION
3.16.0
FATAL_ERROR
)
# Honor visibility properties for all target types (since cmake 3.3)
IF
(
POLICY CMP0063
)
...
...
doc/devel.docbook
View file @
77273e87
...
...
@@ -182,7 +182,7 @@
If you intend to compile &kwave; from the sources, you will need at least:
<itemizedlist>
<listitem><para>
<ulink url="&url_cmake;">cmake</ulink>-
2.8.12
or newer
<ulink url="&url_cmake;">cmake</ulink>-
3.16.0
or newer
</para></listitem>
<listitem><para>
A recent C/C++ compiler. GCC-4.x works fine, some older and any
...
...
Write
Preview
Supports
Markdown
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