This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
pi9
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
CMake: CMAKE_C_STANDARD needs CMake 3.1
master
Jari Vetoniemi
10 years ago
parent
2076ae6f3e
commit
8d88f37357
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CMakeLists.txt
+1
-1
lib/chck
+ 1
- 1
CMakeLists.txt
View File
@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED
(
VERSION
3.
0
)
CMAKE_MINIMUM_REQUIRED
(
VERSION
3.
1
)
PROJECT
(
pi9
VERSION
0.0.1
LANGUAGES
C
)
list
(
APPEND
CMAKE_MODULE_PATH
"${PROJECT_SOURCE_DIR}/CMake"
)
+ 1
- 1
lib/chck
@ -1 +1 @@
Subproject commit
5ae39c735186070485dc5c2c18c7a111ea744f4b
Subproject commit
4cb96dd7ab2559196c48f78402a74b4524001e90
Write
Preview
Loading…
Cancel
Save