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
Currently when I run ninja clean my build is broken because the H5Tinit.c file is not built properly
❯ ninja clean
[1/1] Cleaning all built files...
Cleaning... 730 files.
❯ ninja
ninja: error: '_deps/hdf5-1_14-build/src/H5Tinit.c', needed by '_deps/hdf5-1_14-build/src/gen_SRCS.stamp1', missing and no known rule to make it
My cmake is configured with
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release
The text was updated successfully, but these errors were encountered:
Apparently HDFGroup/hdf5#3029 discusses this.
Submitted a PR for paraviewo at polyfem/paraviewo#5 , will update our version of paraviewo appropriately upon merge
Currently when I run
ninja clean
my build is broken because the H5Tinit.c file is not built properlyMy cmake is configured with
The text was updated successfully, but these errors were encountered: