File tree Expand file tree Collapse file tree
cpp-mariadb/.devcontainer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,4 +55,8 @@ curl -sSL "https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/
5555sha256sum -c --ignore-missing " ${CMAKE_CHECKSUM_NAME} "
5656sh " ${TMP_DIR} /${CMAKE_BINARY_NAME} " --prefix=/opt/cmake --skip-license
5757
58+ ln -s /opt/cmake/bin/ccmake /usr/local/bin/ccmake
5859ln -s /opt/cmake/bin/cmake /usr/local/bin/cmake
60+ ln -s /opt/cmake/bin/cmake-gui /usr/local/bin/cmake-gui
61+ ln -s /opt/cmake/bin/cpack /usr/local/bin/cpack
62+ ln -s /opt/cmake/bin/ctest /usr/local/bin/ctest
Original file line number Diff line number Diff line change @@ -55,5 +55,8 @@ curl -sSL "https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/
5555sha256sum -c --ignore-missing " ${CMAKE_CHECKSUM_NAME} "
5656sh " ${TMP_DIR} /${CMAKE_BINARY_NAME} " --prefix=/opt/cmake --skip-license
5757
58+ ln -s /opt/cmake/bin/ccmake /usr/local/bin/ccmake
5859ln -s /opt/cmake/bin/cmake /usr/local/bin/cmake
60+ ln -s /opt/cmake/bin/cmake-gui /usr/local/bin/cmake-gui
61+ ln -s /opt/cmake/bin/cpack /usr/local/bin/cpack
5962ln -s /opt/cmake/bin/ctest /usr/local/bin/ctest
You can’t perform that action at this time.
0 commit comments