Skip to content

Commit d14aaa7

Browse files
author
Yao Yue
committed
declare project as C-only to avoid looking for CXX related symbols (#113)
* 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
1 parent b58aeb7 commit d14aaa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 2.8)
2-
project(pelikan)
2+
project(pelikan C)
33

44
enable_testing()
55

deps/ccommon/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 2.6)
2-
project(ccommon)
2+
project(ccommon C)
33

44
enable_testing()
55

0 commit comments

Comments
 (0)