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/847344df
Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/847344df
Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/847344df

Branch: refs/heads/feature/GEODE-3143
Commit: 847344dfb84a85e647adb66ea9c0e245dfa1c9a6
Parents: 9065599
Author: Jacob Barrett <jbarr...@pivotal.io>
Authored: Tue Jun 27 16:43:09 2017 -0700
Committer: Ernest Burghardt <eburgha...@pivotal.io>
Committed: Wed Jun 28 08:13:52 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/847344df/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 )
 

Reply via email to