Skip to content

Commit

Permalink
Update from CMAKE to CMAKE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Dec 13, 2024
1 parent 8b482b5 commit c62ecd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ UBUNTU=22.04

# Default versions for various dependencies
CLANG_TOOLS=14
CMAKE=3.25.0
CMAKE_VERSION=3.25.0
CUDA=11.2.2
DASK=latest
DOTNET=8.0
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ services:
arch: ${ARCH}
base: "${ARCH}/ubuntu:${UBUNTU}"
clang_tools: ${CLANG_TOOLS}
cmake: ${CMAKE}
cmake: ${CMAKE_VERSION}
llvm: ${LLVM}
gcc_version: ${GCC_VERSION}
shm_size: *shm-size
Expand Down Expand Up @@ -621,7 +621,7 @@ services:
args:
arch: ${ARCH}
clang_tools: ${CLANG_TOOLS}
cmake: ${CMAKE}
cmake: ${CMAKE_VERSION}
llvm: ${LLVM}
shm_size: *shm-size
volumes: *ubuntu-volumes
Expand Down Expand Up @@ -1571,7 +1571,7 @@ services:
tz: ${TZ}
r_prune_deps: ${R_PRUNE_DEPS}
r_custom_ccache: ${R_CUSTOM_CCACHE}
cmake: ${CMAKE}
cmake: ${CMAKE_VERSION}
shm_size: *shm-size
environment:
<<: [*common, *sccache]
Expand Down

0 comments on commit c62ecd0

Please sign in to comment.