mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 14:01:21 +00:00
5d0de36d2b
Extract upstream KWSys using the following shell code. $ sha1=bab53989d7c4027259bff837574f75003396d59f && git archive --prefix=KWSys-snapshot/ $sha1 | tar x $ git log 719638e2..bab53989 ^341043cf --no-merges --oneline --abbrev=8 bab53989 Tell Git to check tab-in-indent and no-lf-at-eof 8115bd1b SystemInformation: Pass extern "C" functions to sigaction 4f4dd224 SystemInformation: Fix unused assignment warnings 6b26d2fe SystemInformation: Use ifaddrs.h only where available 381923ed SystemInformation: Use si_code constants only where available 8f85338c SystemInformation: Use execinfo.h backtrace only where available a8e98f98 SystemInformation: Use Windows API more portably 750b4b5c SystemInformation: Use long long or __int64 only where available 8d2cafcd SystemInformation: Fix UNIX system includes for FQDN 857bda17 SystemInformation: Report more information 63cbea35 Add and configure developer setup helper scripts 924466f5 SystemTools: Fix accidental bitwise instead of logical OR 2f423229 SystemTools: Remove unused environ declaration a49c2417 Disable warnings about MS deprecation of C library e3390720 CTestConfig: Submit to dedicated KWSys dashboard
26 lines
1.0 KiB
CMake
26 lines
1.0 KiB
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 "1:00:00 UTC")
|
|
|
|
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)
|
|
set(CTEST_CDASH_VERSION "1.6")
|
|
set(CTEST_CDASH_QUERY_VERSION TRUE)
|
|
|
|
# use old trigger stuff so that cmake 2.4 and below will not
|
|
# get errors on trigger
|
|
set (TRIGGER_SITE
|
|
"http://public.kitware.com/cgi-bin/Submit-CMake-TestingResults.cgi")
|