We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This bug got observed when building GLFW.jl.
Julia: 1.1.1/1.2.0 Sys: Linux 4.19.66-1-MANJARO
pkg> add CMake pkg> build CMake shell> /home/redbq/.julia/packages/CMake/nSK2r/deps/usr/bin/cmake [1] 16195 segmentation fault /home/redbq/.julia/packages/CMake/nSK2r/deps/usr/bin/cmake
ln -s `which cmake` /home/redbq/.julia/packages/CMake/nSK2r/deps/usr/bin/cmak
The text was updated successfully, but these errors were encountered:
Does
run(`$(CMake.cmake) --version`)
work? It works as-is for me. Maybe try add CMake#master to see if the latest version fixes it?
add CMake#master
Sorry, something went wrong.
No branches or pull requests
This bug got observed when building GLFW.jl.
Environment
Julia: 1.1.1/1.2.0
Sys: Linux 4.19.66-1-MANJARO
Reproduction
Workaround
The text was updated successfully, but these errors were encountered: