You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since CMake 3.9, FindOPENMP has OpenMP_<lang>_FOUND and defines the OpenMP::OpenMP_<lang> target. Before that, it hadOPENMP_FOUND and OpenMP_CXX_FLAGS (and no link flag, causing a bug on some systems for linking).
As we'll have boost problem dependencies etc with older CMake as well, I suggest we up to requirements to CMake 3.9. Objections?
The text was updated successfully, but these errors were encountered:
KrisThielemans
changed the title
FindOPENMP changes after CMake 3.8 (breaks SIRFReg)
FindOPENMP changed since CMake 3.9 (older version breaks SIRFReg)
Dec 17, 2018
Since CMake 3.9, FindOPENMP has
OpenMP_<lang>_FOUND
and defines theOpenMP::OpenMP_<lang>
target. Before that, it hadOPENMP_FOUND
andOpenMP_CXX_FLAGS
(and no link flag, causing a bug on some systems for linking).This breaks our lines to accomodate OpenMP and NiftyReg
As we'll have boost problem dependencies etc with older CMake as well, I suggest we up to requirements to CMake 3.9. Objections?
The text was updated successfully, but these errors were encountered: