https://github.com/Kitware/CMake
Revision 809890e3f6bcb1a5def21e2e99a54bb6f38505fc authored by Brad King on 06 March 2019, 13:32:15 UTC, committed by Kitware Robot on 06 March 2019, 13:32:39 UTC
324d18bb34 cmake: Teach --build mode to support multiple targets
ebc94500c1 cmGlobalGenerator: Optimize Printable() method from GeneratedMakeCommand
fdeb364a84 cmGlobalGenerator: Change case of methods from GeneratedMakeCommand struct
b3955a08ab cmakemain: Remove ignored --use-stderr option from command line help
f1367c8c51 cmGlobalGenerator: Remove unused code

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2939
2 parent s 43771d6 + 324d18b
Raw File
Tip revision: 809890e3f6bcb1a5def21e2e99a54bb6f38505fc authored by Brad King on 06 March 2019, 13:32:15 UTC
Merge topic 'issue-18883-support-for-multiple-targets'
Tip revision: 809890e
CTestConfig.cmake
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

set(CTEST_PROJECT_NAME "CMake")
set(CTEST_NIGHTLY_START_TIME "1:00:00 UTC")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "open.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=CMake")
set(CTEST_DROP_SITE_CDASH TRUE)
set(CTEST_CDASH_VERSION "1.6")
set(CTEST_CDASH_QUERY_VERSION TRUE)
back to top