|
|
@@ -629,6 +629,9 @@ if("${CMAKE_GENERATOR}" MATCHES "Make|Ninja")
|
|
|
if(DEFINED CMake_TEST_CUDA)
|
|
|
list(APPEND CompilerLauncher_ARGS -DCMake_TEST_CUDA=${CMake_TEST_CUDA})
|
|
|
endif()
|
|
|
+ if(DEFINED CMake_TEST_ISPC)
|
|
|
+ list(APPEND CompilerLauncher_ARGS -DCMake_TEST_ISPC=${CMake_TEST_ISPC})
|
|
|
+ endif()
|
|
|
if(CMAKE_Fortran_COMPILER)
|
|
|
list(APPEND CompilerLauncher_ARGS -DCMake_TEST_Fortran=1)
|
|
|
endif()
|
|
|
@@ -637,7 +640,7 @@ if("${CMAKE_GENERATOR}" MATCHES "Make|Ninja")
|
|
|
endif()
|
|
|
add_RunCMake_test(CompilerLauncher)
|
|
|
set_property(TEST RunCMake.CompilerLauncher APPEND
|
|
|
- PROPERTY LABELS "CUDA")
|
|
|
+ PROPERTY LABELS "CUDA;ISPC")
|
|
|
add_RunCMake_test(ctest_labels_for_subprojects)
|
|
|
add_RunCMake_test(CompilerArgs)
|
|
|
endif()
|