summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CompilerTest/ISPC.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/CompilerTest/ISPC.cmake')
-rw-r--r--Tests/RunCMake/CompilerTest/ISPC.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/CompilerTest/ISPC.cmake b/Tests/RunCMake/CompilerTest/ISPC.cmake
new file mode 100644
index 0000000..3ce7b28
--- /dev/null
+++ b/Tests/RunCMake/CompilerTest/ISPC.cmake
@@ -0,0 +1,3 @@
+# Pretend the ABI check failed in order to force the fall-back test to run.
+set(CMAKE_ISPC_ABI_COMPILED FALSE)
+enable_language(ISPC)