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 when compiling miniob on mac #427

Closed
DBMSTesting opened this issue Jul 12, 2024 · 2 comments
Closed

Error when compiling miniob on mac #427

DBMSTesting opened this issue Jul 12, 2024 · 2 comments
Labels
question Further information is requested

Comments

@DBMSTesting
Copy link

Question
Hello, I encountered a problem when compiling miniob on Mac. My cmake version is 3.30.0. When executing bash build.sh init, I encountered the following error:

CMake Error: The source directory "/miniob-main/deps/3rd/googletest" does not appear to contain CMakeLists.txt.

I consulted the information, but it was not solved. There is no CMakeLists.txt file in the error. I tried to change the source folder but it did not solve it. Do you have a good solution?

@DBMSTesting DBMSTesting added the question Further information is requested label Jul 12, 2024
@hnwyllmm
Copy link
Collaborator

In build.sh init, git submodule will be used to download third-party dependencies such as googletest. You can check whether the deps/3rd/googletest code is downloaded successfully.

@hnwyllmm
Copy link
Collaborator

closed as no response in a long time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants