Closed tu500 closed 8 years ago
This breaks travis builds on Ubuntu 12.04 - target_compile_definitions
was introduced with CMake 2.8.11. Could you find a workaround? CI tests on osx work just fine btw.
I'd rather not have an extra option like VSNRAY_ENABLE_COMPILE_FAILURE_TESTS
. Could you come up with an alternative (e.g. checking the cmake version and only conditionally traversing down the directory structure and printing some error message or so)?
Lets hope for travis having a stable Ubuntu 14.04 implementation soon.
Works, thanks. Merged!
Refactored unittests, added compile failure tests, ctest integration and travis configuration.