Open whitequark opened 8 years ago
This screws with cross-compiling and is just inelegant, code should build successfully even if it's buggy, e.g. for CI, bisecting, or stuff like that.
ctest has test dependencies: set_property(TEST testX APPEND PROPERTY DEPENDS testY)
set_property(TEST testX APPEND PROPERTY DEPENDS testY)
This screws with cross-compiling and is just inelegant, code should build successfully even if it's buggy, e.g. for CI, bisecting, or stuff like that.