Swicth the 3.3 branch to my.cdash.org and add the "-v3.3" suffix to build name so that cdash can filter them to the proper groups.

This commit is contained in:
Gael Guennebaud
2019-11-14 10:46:02 +01:00
parent 3d18879fc4
commit e1e9b3f9f6
2 changed files with 5 additions and 3 deletions

View File

@@ -677,6 +677,8 @@ macro(ei_set_build_string)
set(TMP_BUILD_STRING ${TMP_BUILD_STRING}-cxx11)
endif()
set(TMP_BUILD_STRING ${TMP_BUILD_STRING}-v3.3)
if(EIGEN_BUILD_STRING_SUFFIX)
set(TMP_BUILD_STRING ${TMP_BUILD_STRING}-${EIGEN_BUILD_STRING_SUFFIX})
endif()