Skip to content

Commit ce63bec

Browse files
authored
chore: fix continuation
1 parent ce4eaa0 commit ce63bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/cpp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ USER code
123123
# - Install CPM.cmake to the CMake module path
124124
# - Configure a default profile for Conan and set the CMake generator to Ninja
125125
RUN --mount=type=cache,target=/cache,sharing=locked \
126-
wget --no-hsts -qP /usr/local/lib/python*/dist-packages/cmake/data/share/cmake-*/Modules/ https://github.com/cpm-cmake/CPM.cmake/releases/download/v${CPM_VERSION}/CPM.cmake
126+
wget --no-hsts -qP /usr/local/lib/python*/dist-packages/cmake/data/share/cmake-*/Modules/ https://github.com/cpm-cmake/CPM.cmake/releases/download/v${CPM_VERSION}/CPM.cmake \
127127
&& conan profile detect \
128128
&& echo -e "\n[conf]\ntools.cmake.cmaketoolchain:generator=Ninja" >> "$(conan profile path default)"

0 commit comments

Comments
 (0)