Skip to content

Commit

Permalink
Merge pull request OpenDDS#4326 from OpenDDS/jwillemsen-patch-1
Browse files Browse the repository at this point in the history
[configure] Upgrade to ACE/TAO 7.1.2
  • Loading branch information
iguessthislldo authored Oct 30, 2023
2 parents 2353978 + 1534b54 commit ac90cef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cmake/get_ace_tao.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.24)
endif()

set(url_base "https://github.com/DOCGroup/ACE_TAO/releases/download/")
set(ace_ver "7.1.1")
set(zip_md5 "db6d014b6d5863090988204295a0f73e")
set(tbz_md5 "2f60399b059dfd184c8248443920b6e5")
set(ace_ver "7.1.2")
set(zip_md5 "983581a5813331fc7597d1e5ec811e1c")
set(tbz_md5 "949c55575b4a5753e8457eb5b5562fac")

set(_OPENDDS_CONFIGURE_ACE_TAO_ARGS)
set(ACE_IS_BEING_BUILT MPC CACHE INTERNAL "")
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use ChangeDir;

## Version of DOC Group ACE/TAO to download, uses the ACE version number
my $doc_tao2_version = '6.5.20';
my $doc_tao3_version = '7.1.1';
my $doc_tao3_version = '7.1.2';

my $backup_timestamp = strftime "%Y-%m-%d-%H-%M-%S", localtime time;

Expand Down

0 comments on commit ac90cef

Please sign in to comment.