Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VM: CMake is installed twice #756

Open
KrisThielemans opened this issue Aug 18, 2022 · 0 comments
Open

VM: CMake is installed twice #756

KrisThielemans opened this issue Aug 18, 2022 · 0 comments

Comments

@KrisThielemans
Copy link
Member

curl -o cmake.tgz -L https://github.com/Kitware/CMake/releases/download/v3.17.5/cmake-3.17.5-Linux-x86_64.tar.gz
tar xzf cmake.tgz && rm cmake.tgz
ln -s cmake-*x86_64 cmake || true
export PATH="$PWD/cmake/bin:$PATH"

installs in /opt, while INSTALL_CMake.sh (by default) installs in https://github.com/SyneRBI/SIRF-SuperBuild/blob/57ae12e1c0d96b82be92ed44d478606d35e55a3a/VirtualBox/scripts/INSTALL_CMake.sh#L13. The VM only adds the second to the PATH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant