Skip to content

Commit

Permalink
explicitly make ccommon a C project to avoid checking for CXX related…
Browse files Browse the repository at this point in the history
… variables
  • Loading branch information
Yao Yue committed May 4, 2016
1 parent bb298bc commit 05c6e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.6)
project(ccommon)
project(ccommon C)

enable_testing()

Expand Down

0 comments on commit 05c6e1e

Please sign in to comment.