-
Notifications
You must be signed in to change notification settings - Fork 26
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:CMake Error at CMakeLists.txt:124 (add_executable): #23
Comments
full output of 'cmake' is: -- The C compiler identification is GNU 7.4.0
closes on the line
with mis-matching arguments. -- Configuring done |
Thanks for reporting. This looks like a typo in libconjugrad:
ping @sseemayer |
Huh, I wonder why this was working for me in the first place. Thanks for spotting the issue @croth1 and please try again after updating the CCMpred and libconjugrad repos @zhichunlizzx . |
I forgot to mention that the commit of relevance for this is 688e4ba together with this commit in libconjugrad |
@sseemayer Thanks for your reply,but,the problem still exist after to update。 |
I had some problems installing ccmpred
-- Configuring done
CMake Error at CMakeLists.txt:124 (add_executable):
Target "ccmpred" links to target "OpenMP::OpenMP_CXX" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
-- Generating done
-- Build files have been written to: /tmp/tmp.MjnOBYYduk
Scanning dependencies of target conjugrad
The text was updated successfully, but these errors were encountered: