Allen Byrne

Results 117 comments of Allen Byrne

We will fix for the next release.

Implemented by changing the size from 1024 to 256.

This might be better to disable it globally instead of for individual targets; If no explicit UNITY_BUILD_MODE has been specified, CMake will default to BATCH. However; CMAKE_UNITY_BUILD variable is used...

Looks like it also generates H5Tinit.c twice. The purpose of the stamps was to prevent the re-execution of the builds. Not sure why CMake is deciding to rebuild the dependencies.

We need to know the config command - because we do use ninja in our Github CI checks.

Default CMake? Did you use the ccmake gui, command line, script to configure? See the release_docs folder for INSTALL_* guides.

You did specify the ninja generator, otherwise I think it may choose a VS default. (actually, I just checked, we specify the VS as the generator even though we install...

I've looked through the cache and did not see anything obvious.

Can you look at the https://github.com/HDFGroup/hdfview/blob/master/docs/WorkingDirectory.txt file and see if there is a workable solution for you, or we would welcome a suggestion.

The -D define should go before the program clas - see the hdfview.root define location. Also make sure that the ini file does not override your command line. You should...