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

Error while running CMake commands in "Building and installing" section #47

Open
ibritocorp opened this issue Aug 11, 2023 · 1 comment

Comments

@ibritocorp
Copy link

I followed the steps outlined in the "Building and installing" section, and upon running the commands:
mkdir build && cd build && cmake /path/to/source cmake --build .
I encountered the following error:
CMake Error: The source directory "/path/to/source" does not exist. Specify --help for usage, or press the help button on the CMake GUI. Error: could not load cache
It seems that the source directory is not being recognized, resulting in this error during the CMake build process. This issue prevents me from proceeding with the installation. I would appreciate any assistance in resolving this problem.

@ssieb
Copy link

ssieb commented Aug 12, 2023

/path/to/source is not a literal thing. You're expected to change it to the actual 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

2 participants