https://github.com/Kitware/CMake
Revision f742f7ac1f213531da07e56582b533114fe4b864 authored by Cristian Adam on 07 December 2019, 13:51:34 UTC, committed by Cristian Adam on 07 December 2019, 13:51:34 UTC
Besides INTERFACE_LIBRARY, skip also UTILITY and GLOBAL_TARGET
target types
1 parent a033baf
Raw File
Tip revision: f742f7ac1f213531da07e56582b533114fe4b864 authored by Cristian Adam on 07 December 2019, 13:51:34 UTC
Unity/PCH: Skip more target types when adding automatic sources
Tip revision: f742f7a
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