-
Notifications
You must be signed in to change notification settings - Fork 0
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
Compilation problem #3
Comments
The problem occurs here: It seems there is a problem in:
But the same line works in:
|
If I add into CMakeLists.txt the tag -fopenmp it works: This is required on some system (linux) to allow linkingif("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64") Is it a problem for x86_64 Linux computer ? |
Modified with commit: |
There is a tag in the Ceres's CMakeLists.txt: OPENMP |
I have a problem to compile syd with the last commit:
07/10/2016 correctly closed version
756b1a2
The problem comes from the link with Eigen and Ceres.
I finally succeed to compile it using the flag -fopenmp in CMAKE_CXX_FLAGS (with ccmake)
(ref: https://forums.freebsd.org/threads/9153/).
I start to find the problematic commit.
The text was updated successfully, but these errors were encountered: