[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ismrmrd has cmake build issue



Hi,

I injected the new version of ismrmrd but it does not build as you can
see in Salsa CI[1].  I reported this upstream[2] but they can not
reproduce the issue.  I tried my own luck with a patch to make sure
the header files will be found:


--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -207,6 +207,7 @@ if (USE_SYSTEM_PUGIXML)
 else ()
     list(APPEND ISMRMRD_TARGET_SOURCES libsrc/pugixml.cpp)
 endif ()
+list(APPEND ISMRMRD_TARGET_INCLUDE_DIRS ${CMAKE_SOURCE_DIR}/include)

 if (build4GE)
    list(APPEND ISMRMRD_TARGET_LINK_LIBS pthread z dl)


but this did not help.

Any idea how to get this building?

Kind regards

     Andreas.


[1] https://salsa.debian.org/med-team/ismrmrd/-/jobs/2582287#L1975
[2] https://github.com/ismrmrd/ismrmrd/issues/201

-- 
http://fam-tille.de


Reply to: