summaryrefslogtreecommitdiff
path: root/clrfeatures.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'clrfeatures.cmake')
-rw-r--r--clrfeatures.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/clrfeatures.cmake b/clrfeatures.cmake
index 9e986ef39e..9991b60ed7 100644
--- a/clrfeatures.cmake
+++ b/clrfeatures.cmake
@@ -21,3 +21,7 @@ if(NOT DEFINED FEATURE_DBGIPC)
set(FEATURE_DBGIPC 1)
endif()
endif(NOT DEFINED FEATURE_DBGIPC)
+
+if(NOT DEFINED FEATURE_INTERPRETER)
+ set(FEATURE_INTERPRETER 0)
+endif(NOT DEFINED FEATURE_INTERPRETER)