Skip to content
Snippets Groups Projects
Select Git revision
  • 7987d9857e581b5266d98d79aa71a8f45611f203
  • master default
  • release
  • v3.8.0-rc3
  • v3.8.0-rc2
  • v3.8.0-rc1
  • v3.7.2
  • v3.7.1
  • v3.7.0
  • v3.7.0-rc3
  • v3.6.3
  • v3.7.0-rc2
  • v3.7.0-rc1
  • v3.6.2
  • v3.6.1
  • v3.6.0
  • v3.6.0-rc4
  • v3.6.0-rc3
  • v3.6.0-rc2
  • v3.6.0-rc1
  • v3.5.2
  • v3.5.1
  • v3.5.0
23 results

DartConfig.cmake

Blame
  • Forked from CMake / CMake
    43242 commits behind the upstream repository.
    Brad King's avatar
    Brad King authored
    It is now at open.cdash.org and does not start in "/CDash".
    57ddde52
    History
    DartConfig.cmake 804 B
    #=============================================================================
    # CMake - Cross Platform Makefile Generator
    # Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
    #
    # Distributed under the OSI-approved BSD License (the "License");
    # see accompanying file Copyright.txt for details.
    #
    # This software is distributed WITHOUT ANY WARRANTY; without even the
    # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    # See the License for more information.
    #=============================================================================
    set(CTEST_PROJECT_NAME "CMake")
    set(CTEST_NIGHTLY_START_TIME "21:00:00 EDT")
    
    set(CTEST_DROP_METHOD "http")
    set(CTEST_DROP_SITE "open.cdash.org")
    set(CTEST_DROP_LOCATION "/submit.php?project=CMake")
    set(CTEST_DROP_SITE_CDASH TRUE)