[FIX #229] Now the new FindCxxtest.cmake script will find CxxTest even when...
[FIX #229] Now the new FindCxxtest.cmake script will find CxxTest even when its not installed inside of /usr/local. But therefore it requires an additional cmake script: FindPackageHandleStandardArgs.cmake which is included in CMake since 2.6.0 and as we depend on 2.8 it should be available in all our build systems. I've tested this on Mac as well as on Linux where as on Linux machines there were one test failing compiled with clang, but this is not an issue of the CMake find script.
Showing
Please register or sign in to comment