Skip to content

Commit

Permalink
Upgrade to ACE/TAO 7.1.2
Browse files Browse the repository at this point in the history
    * cmake/get_ace_tao.cmake:
  • Loading branch information
jwillemsen committed Oct 30, 2023
1 parent 182abeb commit 1534b54
Showing 1 changed file with 3 additions and 3 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

0 comments on commit 1534b54

Please sign in to comment.