This is an automated email from the ASF dual-hosted git repository.
echobravo 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 fae970a cmake install switched to 'latest'
fae970a is described below
commit fae970a9159d1a1c5509141ac9bd1ef665a970bd
Author: Blake Bender <[email protected]>
AuthorDate: Thu Jul 26 17:13:32 2018 +0000
cmake install switched to 'latest'
Signed-off-by: Ivan Godwin <[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 81fb92d..95e3f9e 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 -version 3.11.4 -confirm
+choco install cmake.portable -confirm
choco install git.install -confirm
choco install activeperl -confirm
choco install doxygen.install --allowEmptyChecksums -confirm