projects
/
services
/
createrepo_c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11542fc
)
CMake: Don't require CXX compiler
author
Tomas Mlcoch
<tmlcoch@redhat.com>
Tue, 7 Jul 2015 11:29:15 +0000
(13:29 +0200)
committer
Tomas Mlcoch
<tmlcoch@redhat.com>
Tue, 7 Jul 2015 11:29:15 +0000
(13:29 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 1814175a19c2a1279995b017fdd707f47e1bd9ed..61db0649fde607103fe13a4ea6da2ec0e02d8a46 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-1,4
+1,4
@@
-PROJECT (createrepo_c)
+PROJECT (createrepo_c
C
)
CMAKE_MINIMUM_REQUIRED (VERSION 2.6)
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99")