Skip to content

Commit

Permalink
example user: make C99-build as default
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed May 17, 2024
1 parent 53bbabc commit 58ee9d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/mobc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ project(C2A)

# options
# C2A 全体を C99 としてビルドするかどうか
option(C2A_BUILD_AS_C99 "Build C2A as C99" OFF)
# c2a-core はまだ引き続き(限定的に)C89 のサポートは行うが、特に事情が無い限り C99 でのビルドを強く推奨する
option(C2A_BUILD_AS_C99 "Build C2A as C99" ON)

# SCI COM for connection to WINGS TMTC IF
# !!!注意!!!
Expand Down
3 changes: 2 additions & 1 deletion examples/subobc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ project(C2A)

# options
# C2A 全体を C99 としてビルドするかどうか
option(C2A_BUILD_AS_C99 "Build C2A as C99" OFF)
# c2a-core はまだ引き続き(限定的に)C89 のサポートは行うが、特に事情が無い限り C99 でのビルドを強く推奨する
option(C2A_BUILD_AS_C99 "Build C2A as C99" ON)

# SCI COM for connection to WINGS TMTC IF
# !!!注意!!!
Expand Down

0 comments on commit 58ee9d5

Please sign in to comment.