Skip to content

Commit

Permalink
Install ccmake in devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
mlund committed Feb 28, 2024
1 parent bea251d commit 882b9bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/reinstall-cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ sha256sum -c --ignore-missing "${CMAKE_CHECKSUM_NAME}"
sh "${TMP_DIR}/${CMAKE_BINARY_NAME}" --prefix=/opt/cmake --skip-license

ln -s /opt/cmake/bin/cmake /usr/local/bin/cmake
ln -s /opt/cmake/bin/ccmake /usr/local/bin/ccmake

0 comments on commit 882b9bb

Please sign in to comment.