* conan: Do not run tests when cross compiling
Running conan create with a profile made for cross compiling would fail since the tests is not compiled for build OS
* Using suggestion from Conan docs
* conan: also add cross_building check in build step
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
* Adding fix for #75, rename requires to needs
* Removing check for install commands (should still be run in subproject)
* Adding conan build
* Some small changes to CMake
* Adding nicer Travis code
* Adding package test, find works now