https://github.com/Kitware/CMake
Revision 1ae6ab1656aeab779daf8a56168024a373ed2025 authored by Harini Chilamantula on 21 September 2020, 19:17:50 UTC, committed by Harini Chilamantula on 21 September 2020, 20:31:28 UTC
check __INTEL_DPCPP_COMPILER__ via  _compiler_id_pp_test
to deect INTEL DPCPP compiler detection.
1 parent efdd143
Raw File
Tip revision: 1ae6ab1656aeab779daf8a56168024a373ed2025 authored by Harini Chilamantula on 21 September 2020, 19:17:50 UTC
[Intel]: Add INTEL Dpcpp compiler identification,
Tip revision: 1ae6ab1
DartConfig.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 "21:00:00 EDT")

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)
back to top