This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
ink
Watch
1
Star
0
Fork
0
Code
Issues
4
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Relax CMake requirement to version 3.0
main
Ludovic 'Archivist' Lagouardette
5 months ago
parent
2d6ae0ebe1
commit
ee77862667
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
@ -1,4 +1,4 @@
cmake_minimum_required
(
VERSION
3.
27
)
cmake_minimum_required
(
VERSION
3.
0
)
project
(
ink
C
)
set
(
CMAKE_C_STANDARD
90
)
Write
Preview
Loading…
Cancel
Save