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
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top