https://github.com/Kitware/CMake
Revision 1f7de54346142f05aef5814ee16754fba017b521 authored by KWSys Robot on 18 December 2014, 13:31:15 UTC, committed by Brad King on 18 December 2014, 15:17:16 UTC
Extract upstream KWSys using the following shell commands.

$ git archive --prefix=upstream-kwsys/ 87c65319 | tar x
$ git shortlog --no-merges --abbrev=8 --format='%h %s' cc4046a8..87c65319
Sean McBride (1):
      87c65319 SharedForward: Suppress clang -Wcast-qual warnings with conditional pragma

Change-Id: I2f79780385aca7e0caa24e5bb0c0b4106b786c37
1 parent 6a5ab89
Raw File
Tip revision: 1f7de54346142f05aef5814ee16754fba017b521 authored by KWSys Robot on 18 December 2014, 13:31:15 UTC
KWSys 2014-12-18 (87c65319)
Tip revision: 1f7de54
CTestConfig.cmake
#=============================================================================
# KWSys - Kitware System Library
# Copyright 2000-2012 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 "KWSys")
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=KWSys")
set(CTEST_DROP_SITE_CDASH TRUE)
back to top