Skip to content

Commit

Permalink
Merge pull request #632 from ut-issl/main
Browse files Browse the repository at this point in the history
Merge main to develop for v7.2.6 patch update
  • Loading branch information
200km committed Mar 26, 2024
2 parents d53e900 + 093cb7d commit 0ac892d
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
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13)
project(S2E
LANGUAGES CXX
DESCRIPTION "S2E: Spacecraft Simulation Environment"
VERSION 7.2.5
VERSION 7.2.6
)

# build config
Expand Down
2 changes: 1 addition & 1 deletion src/components/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ endif()
if(USE_C2A_COMMAND_SENDER)
set(SOURCE_FILES
${SOURCE_FILES}
real/communication/wings_command_sender.cpp
real/communication/wings_command_sender_to_c2a.cpp
)
endif()

Expand Down

0 comments on commit 0ac892d

Please sign in to comment.