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

cmake bundled in CMake.jl doesn't work at all #20

Open
thautwarm opened this issue Aug 25, 2019 · 1 comment
Open

cmake bundled in CMake.jl doesn't work at all #20

thautwarm opened this issue Aug 25, 2019 · 1 comment

Comments

@thautwarm
Copy link

This bug got observed when building GLFW.jl.

Environment

Julia: 1.1.1/1.2.0
Sys: Linux 4.19.66-1-MANJARO

Reproduction

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

Workaround

ln -s `which cmake` /home/redbq/.julia/packages/CMake/nSK2r/deps/usr/bin/cmak
@stevengj
Copy link
Contributor

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?

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

2 participants