Skip to content

Commit

Permalink
CMake: Don't require CXX compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Tojaj committed Jul 7, 2015
1 parent 11542fc commit a3aaa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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")
Expand Down

0 comments on commit a3aaa03

Please sign in to comment.