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

build errors #376

Closed
pfps opened this issue Mar 3, 2021 · 2 comments
Closed

build errors #376

pfps opened this issue Mar 3, 2021 · 2 comments

Comments

@pfps
Copy link

pfps commented Mar 3, 2021

CMake Error at CMakeLists.txt:79 (add_subdirectory):
add_subdirectory given source "third_party/googletest/googletest" which is
not an existing directory.

CMake Error at CMakeLists.txt:98 (add_subdirectory):
The source directory

/home/local/SoftwareDownloads/QLever/third_party/abseil-cpp

does not contain a CMakeLists.txt file.

CMake Error at CMakeLists.txt:121 (add_subdirectory):
The source directory

/home/local/SoftwareDownloads/QLever/third_party/stxxl

does not contain a CMakeLists.txt file.

CMake Error at CMakeLists.txt:136 (add_subdirectory):
The source directory

/home/local/SoftwareDownloads/QLever/third_party/re2

does not contain a CMakeLists.txt file.

@joka921
Copy link
Member

joka921 commented Mar 3, 2021

Hi,
These modules are integrated as git submodules, so you need to pass the --recursive flag when performing git clone:

git clone --recursive https://github.com/ad-freiburg/QLever.git qlever

Alternatively, you ca go to your existing non-recursive clone and add the submodules via

git submodule init
 git submodule update

Please let us know, if this works for you.

@pfps
Copy link
Author

pfps commented Mar 3, 2021

That worked. Silly me.

@pfps pfps closed this as completed Mar 3, 2021
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