fletch
fletch copied to clipboard
Computer Vision Software Development Environment
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'm curious is there is a reason running a `make install` on fletch doesn't use relative paths. A listing of a few of the offending files/lines is as follows: ```...
Currently this branch sets the default Protobuf version to 3 for testing purposes only. We have more work to do before version 3 can be the default.l If this branch...
VXL update was required for the ITK version
I had to remove the CheckFunctionExists methods in geotiff CMakeLists.txt::200 They just don't seem to work... VXL is looking for geotiff_i.lib, whild geotiff is building a geotiff_i_d.lib