Skip to content

Commit c62ecd0

Browse files
committed
Update from CMAKE to CMAKE_VERSION
1 parent 8b482b5 commit c62ecd0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ UBUNTU=22.04
5454

5555
# Default versions for various dependencies
5656
CLANG_TOOLS=14
57-
CMAKE=3.25.0
57+
CMAKE_VERSION=3.25.0
5858
CUDA=11.2.2
5959
DASK=latest
6060
DOTNET=8.0

docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ services:
389389
arch: ${ARCH}
390390
base: "${ARCH}/ubuntu:${UBUNTU}"
391391
clang_tools: ${CLANG_TOOLS}
392-
cmake: ${CMAKE}
392+
cmake: ${CMAKE_VERSION}
393393
llvm: ${LLVM}
394394
gcc_version: ${GCC_VERSION}
395395
shm_size: *shm-size
@@ -621,7 +621,7 @@ services:
621621
args:
622622
arch: ${ARCH}
623623
clang_tools: ${CLANG_TOOLS}
624-
cmake: ${CMAKE}
624+
cmake: ${CMAKE_VERSION}
625625
llvm: ${LLVM}
626626
shm_size: *shm-size
627627
volumes: *ubuntu-volumes
@@ -1571,7 +1571,7 @@ services:
15711571
tz: ${TZ}
15721572
r_prune_deps: ${R_PRUNE_DEPS}
15731573
r_custom_ccache: ${R_CUSTOM_CCACHE}
1574-
cmake: ${CMAKE}
1574+
cmake: ${CMAKE_VERSION}
15751575
shm_size: *shm-size
15761576
environment:
15771577
<<: [*common, *sccache]

0 commit comments

Comments
 (0)