This website works better with JavaScript.
首頁
探索
說明
登入
Archivist
/
ink
關註
1
收藏
0
複製
0
程式碼
問題管理
4
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Relax CMake requirement to version 3.0
main
Ludovic 'Archivist' Lagouardette
5 月之前
父節點
2d6ae0ebe1
當前提交
ee77862667
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CMakeLists.txt
+ 1
- 1
CMakeLists.txt
查看文件
@ -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…
取消
儲存