-
Notifications
You must be signed in to change notification settings - Fork 4
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
Cannot compile #2
Comments
|
I tested your command line and that does not work, I still have the same issue.
does not contain a CMakeLists.txt file. -- Configuring incomplete, errors occurred! |
I also encountered this problem. The cli/minisat directory is empty, then I checked the pblib on github, in which cli/minisat directory is linked to https://github.com/master-keying/minisat/tree/9ce29becfd33eebb373c56571cb90a30c21fccbc. |
Hi @cernoch @horenmar @mjerabek ,
I am trying to use your lib but I am not able to compile it.
I ran the following command line and that reports that:
$ cmake -H. -Bbuild
CMake Error at CMakeLists.txt:22 (add_subdirectory):
The source directory
does not contain a CMakeLists.txt file.
-- Configuring incomplete, errors occurred!
See also "/home/lagniez/Works/balls/3rdParty/pblib/build/CMakeFiles/CMakeOutput.log".
Can you help me?
Actually it looks like it is waiting for a CMakeLists.txt in the repository cli (normal because add_subdirectory(cli/minisat EXCLUDE_FROM_ALL)).
My cmake version is 3.18.4, and I use g++-10.
Best regards,
JM
The text was updated successfully, but these errors were encountered: