cart-elc

Source code for CART-ELC
git clone git://git.laack.co/cart-elc.git
Log | Files | Refs | README | LICENSE

CTestCustom.cmake.in (180B)


      1 
      2 set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS "2000")
      3 set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS   "2000")
      4 list(APPEND CTEST_CUSTOM_ERROR_EXCEPTION    @EIGEN_CTEST_ERROR_EXCEPTION@)