Hi there,

just out of curiosity, why do you need to install at all? I use CMake
and I never have to install anything. Especially on Windows! I have an
automated script to do it for me. Find it here:
https://blog.afach.de/?page_id=421

I used it already on 1.8 and 1.10 and both work.

Best,
Samer Afach


On 21.12.2016 5:57 PM, Michael Jackson wrote:
> Will that work on both a NMake and Visual Studio build? With NMake you
> don't have the configuration dependent directories like Debug and
> Release whereas with Visual Studio you will get those.
>
> Mike Jackson
>
> _________________________________________________________
> Mike Jackson                  [email protected]
> <mailto:[email protected]>
> BlueQuartz Software                    www.bluequartz.net
> <http://www.bluequartz.net>
> Principal Software Engineer                  Dayton, Ohio
>
> On Wed, Dec 21, 2016 at 11:51 AM, Allen Byrne <[email protected]
> <mailto:[email protected]>> wrote:
>
>     You need to set the CMAKE_BUILD_TYPE on the command config line.
>     I usually set it to the same as:
>     $ENV{CMAKE_CONFIG_TYPE}
>     so:
>     CMAKE_BUILD_TYPE:STRING=$ENV{CMAKE_CONFIG_TYPE}
>
>     Allen
>
>     On Tuesday, December 20, 2016 4:27:33 PM CST Michael Jackson wrote:
>     > I just tried to build HDF5 1.8.18 with Visual Studio 2015 on
>     Windows 7
>     > x64 Pro machine and during the install we get an error because the
>     > install command is looking for $BUILD/Bin/shared/*.mod where as the
>     > actual files are in $BUILD/Bin/shared/Debug/*.mod.
>     >
>     > Has anyone else seen this issue?
>     >
>     > Thanks
>     >
>
>
>
>
>
> _______________________________________________
> Hdf-forum is for HDF software users discussion.
> [email protected]
> http://lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org
> Twitter: https://twitter.com/hdf5

_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org
Twitter: https://twitter.com/hdf5

Reply via email to