https://github.com/Kitware/CMake
Revision cda233194f9caab8867b2451f3d859080a233d45 authored by Stephen Kelly on 06 May 2014, 09:59:12 UTC, committed by Stephen Kelly on 20 May 2014, 14:03:48 UTC
Clang 3.4 supports all features currently known to CMake.
1 parent 2d5e3d2
Raw File
Tip revision: cda233194f9caab8867b2451f3d859080a233d45 authored by Stephen Kelly on 06 May 2014, 09:59:12 UTC
Features: Record for Clang 3.4
Tip revision: cda2331
DartConfig.cmake
#=============================================================================
# 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 "www.cdash.org")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=CMake")
set(CTEST_DROP_SITE_CDASH TRUE)
back to top