-
Notifications
You must be signed in to change notification settings - Fork 13
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
CMake error #60
Comments
With latest OpenMP runtime, you cannot configure the OpenMP/runtime directory, but must configure the OpenMP directory. |
Thanks. In the next step, upon configuring archer I got another error message from CMake:
Actually, in my installation (Gentoo),
This makes the CMake works, but then the compilation fails:
(I anonymize the include directory |
I pushed a fix to the archer repository. Please pull and try to build again |
CMake for archer now works without problems, but |
@francescopt I haven't finished my fix yet, but you could give a try to the branch "update_to_60" which is based on Clang/LLVM 6.0 (but should work with clang 5.0.1. |
Hi, I followed the instructions for a Stand-alone building, and upon running CMake I get the following error
I am using cmake 3.9.6, clang 5.0.1.
The text was updated successfully, but these errors were encountered: