Aaron Bray

Results 8 issues of Aaron Bray

Address #676.

This provides more flexibility to the script. This can check if files exist or not (and not fail the build) This also supports output names modified by CMake variables, such...

Should speed up the build -DBUILD_TESTING:BOOL=OFF https://github.com/Kitware/fletch/blob/50144cf442522040d0f39bd2e60a616b1aa23db5/CMake/External_Eigen.cmake#L15

I had to add : `#include ` here: https://github.com/Kitware/kwiver/blob/5a7a959a1df79d1657774b36d2c35be5884850c6/vital/types/track.cxx#L39 to get kwiver 1.5 to compile on windows MSVC 2019 (16.6.2) due to : `KWIVER\src\vital\types\track.cxx(138,16): error C2039: 'logic_error': is not a...

It is great to see all the work you have done so far :100: That said the project seems to be missing a license file. :scream: No worry, I suggest...

The correct CMake policy is set, but there is no option to switch the msvc runtime when configuring the project. Since MSVC is a multiconfiguration build tool, we need to...