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
This is certainly not the correct fix ( lakinwecker@327bc0b ) but I was trying to compile netcdf-cxx4 master against the conan-centre provided hdf5, and netcdf. I have netcdf-cxx4 as a submodule in my project, and I have it added to the project via add_subdirectory and these are the changes necessary to get it to compile/link properly. I doubt these are the correct changes, but something to consider.
At the moment, I feel that the netcdf and hdf5 packages provided by conan-centre are not properly providing the variables and so find_package is having to do some default things, and thus I can't depend on a specific variable to nicely capture all of the sub dependencies of both for linking purposes.
I realize that this may not quite be the appropriate forum for this information, but I'm also not sure where else to put it. Hopefully this isn't too much noise.
netcdf-cxx4/cxx4/CMakeLists.txt
Line 27 in 162d78a
${HDF5_C_LIBRARIES}
The text was updated successfully, but these errors were encountered: