There was an error while loading. Please reload this page.
1 parent 19bcd06 commit 1054f5cCopy full SHA for 1054f5c
1 file changed
Makefile
@@ -203,8 +203,10 @@ dependencies-fedora: ## install dependencies for linux
203
dependencies-vcpkg: ## install dependencies via vcpkg
204
cd vcpkg && ./bootstrap-vcpkg.sh && ./vcpkg install
205
206
+## TODO remove pin on cmake below once we identify why 3.31.2 is failing OR cmake releases a new version which installs properly
207
dependencies-win: ## install dependencies via windows
- choco install cmake curl winflexbison ninja unzip zip --no-progress -y
208
+ choco install cmake --version=3.31.1
209
+ choco install curl winflexbison ninja unzip zip --no-progress -y
210
211
############################################################################################
212
# Thanks to Francoise at marmelab.com for this
0 commit comments