We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3ff8f commit 47af576Copy full SHA for 47af576
CMakeLists.txt
@@ -785,6 +785,9 @@ if(openPMD_HAVE_ADIOS1)
785
786
target_link_libraries(openPMD PUBLIC openPMD.ADIOS1.Serial)
787
target_link_libraries(openPMD PUBLIC openPMD.ADIOS1.Parallel)
788
+else()
789
+ # add stubs to prevent missing symbols in Clang ASAN/UBSAN
790
+ target_sources(openPMD PRIVATE ${IO_ADIOS1_SEQUENTIAL_SOURCE} ${IO_ADIOS1_SOURCE})
791
endif()
792
793
# ADIOS2 Backend
0 commit comments