This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Minimum cmake is now 3.8
Signed-off-by: falkTX <falktx@falktx.com>
popup-tests
falkTX
1 month ago
parent
c5ae6e71b0
commit
3fb96a349b
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CMakeLists.txt
+ 1
- 1
CMakeLists.txt
View File
@@ -4,7 +4,7 @@
#
# SPDX-License-Identifier: ISC
cmake_minimum_required(VERSION 3.
7
)
cmake_minimum_required(VERSION 3.
8
)
project(DPF)
Write
Preview
Loading…
Cancel
Save