Skip to content

Commit

Permalink
docker: Update cpack and ctest paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Apr 17, 2024
1 parent c4a547a commit 01ef427
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/ctest /usr/local/bin/ctest
ln -s /opt/cmake/bin/cpack /usr/local/bin/cpack

0 comments on commit 01ef427

Please sign in to comment.