Repository: geode-native Updated Branches: refs/heads/develop 3df84703f -> e84f27f2c
GEODE-3142: Updates ACE to 6.4.3. Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/e84f27f2 Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/e84f27f2 Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/e84f27f2 Branch: refs/heads/develop Commit: e84f27f2c2ed40a267e05d9ac941fc4d4b3f8b85 Parents: 3df8470 Author: Jacob Barrett <[email protected]> Authored: Tue Jun 27 16:43:09 2017 -0700 Committer: Jacob Barrett <[email protected]> Committed: Tue Jun 27 16:50:19 2017 -0700 ---------------------------------------------------------------------- src/dependencies/ACE/CMakeLists.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode-native/blob/e84f27f2/src/dependencies/ACE/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/dependencies/ACE/CMakeLists.txt b/src/dependencies/ACE/CMakeLists.txt index 9076d46..58f22aa 100644 --- a/src/dependencies/ACE/CMakeLists.txt +++ b/src/dependencies/ACE/CMakeLists.txt @@ -12,12 +12,13 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required( VERSION 3.3 ) + project( ACE ) -set( ${PROJECT_NAME}_VERSION 6.4.1 ) -set( ${PROJECT_NAME}_SHA265 bc51ffcc6c68f9a244def11a92c6843e789349538b997529c7942629641379ce ) -set( ${PROJECT_NAME}_URL "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_4_1/ACE.tar.gz" ) +set( ${PROJECT_NAME}_VERSION 6.4.3 ) +set( ${PROJECT_NAME}_SHA265 164daf3e0cafa86a6a2b35a598eb42231bc6c71b55991fdaacbeade008ac5b8d ) +string(REPLACE "." "_" _VERSION_UNDERSCORE ${${PROJECT_NAME}_VERSION}) +set( ${PROJECT_NAME}_URL "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-${_VERSION_UNDERSCORE}/ACE.tar.gz" ) set( ${PROJECT_NAME}_EXTERN ${PROJECT_NAME}-extern ) set( ${PROJECT_NAME}_DEPENDS openssl-extern )
