Skip to content

Commit

Permalink
swap 3.2 <-> default CTestConfig.cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
ggael committed Mar 5, 2014
1 parent 8ebca60 commit b5f5974
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CTestConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
## # The following are required to uses Dart and the Cdash dashboard
## ENABLE_TESTING()
## INCLUDE(CTest)
set(CTEST_PROJECT_NAME "Eigen3.2")
set(CTEST_PROJECT_NAME "Eigen")
set(CTEST_NIGHTLY_START_TIME "00:00:00 UTC")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "manao.inria.fr")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=Eigen3.2")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=Eigen")
set(CTEST_DROP_SITE_CDASH TRUE)
set(CTEST_PROJECT_SUBPROJECTS
Official
Unsupported
)

0 comments on commit b5f5974

Please sign in to comment.