This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 03a188c  Fix cmake version at 3.11.4 for now, til we can figure out 
how 3.12 (#318)
03a188c is described below

commit 03a188c929573426b8fa9e57b0981a8203c6314e
Author: Blake Bender <[email protected]>
AuthorDate: Thu Jul 19 11:08:42 2018 -0700

    Fix cmake version at 3.11.4 for now, til we can figure out how 3.12 (#318)
    
    broke references in our .net projects
    
    Co-authored-by: Jacob Barrett <[email protected]>
---
 packer/windows/install-dependencies.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packer/windows/install-dependencies.ps1 
b/packer/windows/install-dependencies.ps1
index 95e3f9e..81fb92d 100644
--- a/packer/windows/install-dependencies.ps1
+++ b/packer/windows/install-dependencies.ps1
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 choco install jdk8 -confirm
-choco install cmake.portable -confirm
+choco install cmake.portable -version 3.11.4 -confirm
 choco install git.install -confirm
 choco install activeperl -confirm
 choco install doxygen.install --allowEmptyChecksums -confirm

Reply via email to