* 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>
* Overflowing an integer conversion now results in a conversion failure
* CMake improvements for VERSION and inital packing support
* Fix for recent addition of overflow check
* Conan file now gets version from Version.hpp file too
* 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