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

The directory "/mnt/dev/mcwk/lib/cglm" doesn't contain CMakeLists.txt #64

Closed
manen opened this issue Sep 12, 2021 · 4 comments
Closed

Comments

@manen
Copy link

manen commented Sep 12, 2021

Exact steps:

git clone https://github.com/jdah/minecraft-weekend mcwk
cd mcwk
make

Output of make:

mkdir -p ./bin
cd lib/cglm && cmake . -DCGLM_STATIC=ON && make
CMake Error: The source directory "/mnt/dev/minecraft-weekend/lib/cglm" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
make: *** [Makefile:28: libs] Error 1

I'm not sure what I'm supposed to do about this

@Ccode-lang
Copy link

Why are you in a drive when executing?
And also you cloned to minecraft-weekend folder and went into mcwk.

@manen
Copy link
Author

manen commented Sep 14, 2021

that's where all my code is, and i cloned into mcwk, just copied the wrong command. sorry

@jdah
Copy link
Owner

jdah commented Sep 14, 2021

Please read the README. It says explicitly to use --recurse-submodules on the git clone command.

@jdah jdah closed this as completed Sep 14, 2021
@manen
Copy link
Author

manen commented Sep 14, 2021

oh, thanks.

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

3 participants