You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: