Skip to content

Commit

Permalink
declare project as C-only to avoid looking for CXX related symbols (#113
Browse files Browse the repository at this point in the history
)

* Squashed 'deps/ccommon/' changes from bb298bc..05c6e1e

05c6e1e explicitly make ccommon a C project to avoid checking for CXX related variables

git-subtree-dir: deps/ccommon
git-subtree-split: 05c6e1e

* make project explicitly C-only
  • Loading branch information
Yao Yue committed May 5, 2016
1 parent b58aeb7 commit d14aaa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.8)
project(pelikan)
project(pelikan C)

enable_testing()

Expand Down
2 changes: 1 addition & 1 deletion deps/ccommon/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 d14aaa7

Please sign in to comment.