mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 07:09:22 +00:00
22729eae17
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 8785f84f4760da060cdb2499155bb39532f8c053 (master). Upstream Shortlog ----------------- Ben Boeckel (2): ac0c67d2 gitattributes: indicate attributes to ignore when importing 3dfeb55e gitattributes: rename the c-style attribute
10 lines
389 B
CMake
10 lines
389 B
CMake
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
|
# file Copyright.txt or https://cmake.org/licensing#kwsys for details.
|
|
|
|
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=PublicDashboard")
|
|
set(CTEST_DROP_SITE_CDASH TRUE)
|