Skip to content

Commit

Permalink
Merge pull request #475 from ut-issl/feature/fix_cmake
Browse files Browse the repository at this point in the history
cmakelists の USE_SCI_COM_WINGS の修正
  • Loading branch information
meltingrabbit authored Dec 14, 2022
2 parents 55bc8f1 + ea3cec4 commit dcb0515
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Examples/2nd_obc_user/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ option(USE_SILS_MOCKUP "Use SILS mockup for build C2A with minimal user in C89 o

option(BUILD_C2A_AS_SILS_FW "Build C2A as SILS firmware" ON)

# default config
set(USE_SCI_COM_WINGS ON)
set(USE_ALL_C2A_CORE_APPS OFF)
# Core App のターゲット追加は src_user/Applications/CMakeLists.txt で行う
set(USE_ALL_C2A_CORE_TEST_APPS OFF)


if(USE_SILS_MOCKUP)
set(BUILD_C2A_AS_CXX OFF)
endif()
Expand Down
1 change: 0 additions & 1 deletion Examples/minimum_user/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ option(USE_SCI_COM_WINGS "Use SCI_COM_WINGS" ON)
# そちらのバッファが詰まってSILSの動作が止まることがあるので注意すること!
option(USE_SCI_COM_UART "Use SCI_COM_UART" OFF)


option(USE_SILS_MOCKUP "Use SILS mockup for build C2A with minimal user in C89 only" OFF)

option(BUILD_C2A_AS_SILS_FW "Build C2A as SILS firmware" ON)
Expand Down

0 comments on commit dcb0515

Please sign in to comment.