+24
.devcontainer/Dockerfile
+24
.devcontainer/Dockerfile
···+chmod +x /tmp/reinstall-cmake.sh && /tmp/reinstall-cmake.sh ${REINSTALL_CMAKE_VERSION_FROM_SOURCE}; \
+23
.devcontainer/devcontainer.json
+23
.devcontainer/devcontainer.json
···
+59
.devcontainer/reinstall-cmake.sh
+59
.devcontainer/reinstall-cmake.sh
···+#-------------------------------------------------------------------------------------------------------------+# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.+#-------------------------------------------------------------------------------------------------------------+curl -sSL "https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/${CMAKE_BINARY_NAME}" -O+curl -sSL "https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/${CMAKE_CHECKSUM_NAME}" -O