External_HDF5.cmake isn't escaping the strings it puts into HDF5_CMAKE_ARGS. In the new hdf5 version those strings apparently contain semicolons (ugh), and cmake lists don't like those
That's what's causing these odd warnings: CMake Warning: Ignoring extra path from command line: "/opt/SIRF-SuperBuild/builds/ITK/build/hdf5_cpp-shared"
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
yes indeed. If it's with external HDF5, I think the problem is at
https://github.com/SyneRBI/SIRF-SuperBuild/blob/29ceaf864bbf3fad33ddc497a8882bdde47aa659/SuperBuild/External_HDF5.cmake#L103-L105
I think all of these need to like
-DHDF5_INCLUDE_DIRS:PATH="${HDF5_INCLUDE_DIRS}"
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()