Skip to content

Commit 1802741

Browse files
authored
Pin cmake to <4 as 4 is not compatible with external deps which allow <3.5 (#509)
Signed-off-by: Adam Glustein <adam.glustein@point72.com>
1 parent dc7426c commit 1802741

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ dependencies-vcpkg: ## install dependencies via vcpkg
203203
cd vcpkg && ./bootstrap-vcpkg.sh && ./vcpkg install
204204

205205
dependencies-win: ## install dependencies via windows
206-
choco install cmake curl winflexbison ninja unzip zip --no-progress -y
206+
choco install cmake --version=3.31.6
207+
choco install curl winflexbison ninja unzip zip --no-progress -y
207208

208209
############################################################################################
209210
# Thanks to Francoise at marmelab.com for this

0 commit comments

Comments
 (0)