https://github.com/Kitware/CMake
Revision 4b68baa776bf8ccc2911057fc79b558515438900 authored by Brad King on 04 June 2019, 12:32:11 UTC, committed by Kitware Robot on 04 June 2019, 12:32:19 UTC
162555d7ec Help: Add release notes for updated generator expressions
808b818063 Genex: CompileLang and CompileLangAndId now match against a list of ids
9fd602bfd3 Genex: PlatformId now can match against a list of ids.
ec66af2026 Genex: CompilerId now can match against a list of ids.
2d4787fc4d Genex: Add more extensive support for an unbounded number of parameters

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3405
2 parent s d4108f5 + 162555d
Raw File
Tip revision: 4b68baa776bf8ccc2911057fc79b558515438900 authored by Brad King on 04 June 2019, 12:32:11 UTC
Merge topic 'compiler_id_gen_exp_supports_multiple_ids'
Tip revision: 4b68baa
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