* remove make_verbose flag
* add Actions badges and minor improvements to README
* only run CI for legitimate PRs
* Revert "only run CI for legitimate PRs"
This reverts commit 5825797333576c538635a81d661c8ef67be0023a.
* fix cmake flag typo V41
* added Actions workflow for special build cases
* fix typo in CMake flag
* add build_type and minor fixes
* use run for each step
* debugging runs-on error
* debugging some more
* major strip down to help debugging
* run ubuntu-gcc combo only
* remove special CI for later
List of changes:
* -I boost is no longer required
(Since the use of Boost::xxx imported targets)
* fix missing Boost deps in imported gtsam by
searching for Boost inside GTSAMConfig.cmake
* Including the dirs for Eigen/MKL/SuiteSparse/Metis
into exported targets public interface.
* Fix missing cmake changes in wrap/*
* Split build flags into private/public, not to
expose to users flags that may be invasive.
* Removed now useless include_dirs in "extra cmake"
* Update cmake/example_project
* Make cppunitlite to find boost headers via Boost::boost
* Update README / INSTALL to reflect the updated minimum CMake >= 3.0