https://github.com/TomographicImaging/CIL/blob/5b151e1fb3a7e6306147feaef7ba2fdd96f05179/src/Core/CMakeLists.txt#L26 is outdated and needs to be replaced by `target_link_libraries(cliacc ... OpenMP::OpenMP_CXX)` to avoid linking failures on some compilers. `FindOpenMP.cmake` version/syntax might be related to #2154.
CIL/src/Core/CMakeLists.txt
Line 26 in 5b151e1
target_link_libraries(cliacc ... OpenMP::OpenMP_CXX)to avoid linking failures on some compilers.FindOpenMP.cmakeversion/syntax might be related to #2154.