devcontainers / templates

Repository for Dev Container Templates that are managed by Dev Container spec maintainers. See https://github.com/devcontainers/template-starter to create your own!
https://containers.dev/templates
MIT License
924 stars 242 forks source link

Add ctest to path when installing cmake #140

Closed cHemingway closed 1 year ago

cHemingway commented 1 year ago

CTest is used by the CMake Tools VSCode extension (amongst others), but expects the ctest executable to be in the users path, so add a symbolic link to include it.

cHemingway commented 1 year ago

@microsoft-github-policy-service agree