mirror of
https://github.com/reactos/CMake.git
synced 2025-01-08 20:21:34 +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
18 lines
792 B
CMake
18 lines
792 B
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)
|