Skip to content

Commit

Permalink
Update CMake version to 3.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallou committed Aug 22, 2024
1 parent a1ee95b commit 59be689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-windows/2.build-windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN powershell.exe -Command iex ((New-Object System.Net.WebClient).DownloadStrin
###################################################################

# CMake
ARG cmake_version=3.20.2
ARG cmake_version=3.30.2
RUN choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' -y --no-progress --version %cmake_version%

#NSIS and 7zip
Expand Down

0 comments on commit 59be689

Please sign in to comment.