after that I run the

msbuild /p:Configuration=Release <sourcedir>\HDF5.sln





the *.sln file should be created in the build directory, if you are letting 
cmake generate your project files in the source directory, then you should be 
very careful and it's better to



mkdir my_hdf5_builddir

cd my_hdf5_builddir

cmake -D ......

then

devenv HDF5.sln /build "Release" /Project "Install"



from inside the build directory. Works for the rest of us.



if the install is not working, there may be a bug in the cmake stuff for the 
version you're using. I'm using 1.8.9 and it seems fine (thought the example I 
posted previously had 1.8.8 in the path that's just because I never updated it)



JB
_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org

Reply via email to